forked from mjshin82/UnityPretext
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "com.concode.pretext",
"version": "0.1.0",
"displayName": "UnityPretext",
"description": "Lightweight text layout engine for Unity. Provides grapheme clustering, glyph measurement, segment classification, and line-breaking with CJK/Kinsoku support.",
"unity": "6000.0",
"dependencies": {
"com.unity.textmeshpro": "3.0.0"
},
"keywords": [
"text",
"layout",
"line-breaking",
"CJK",
"kinsoku",
"grapheme"
],
"author": {
"name": "mjshin82"
},
"samples": [
{
"displayName": "Editorial Engine",
"description": "Two-column text reflow demo with floating orb obstacles.",
"path": "Samples~/EditorialEngine"
}
]
}