Browse Source
- A default say dialog but with TextMeshPro Text UI elements in place of uGUI Text - A default menu dialog but with TextMeshPro Text UI elements in place of uGUI Textmaster
desktop-maesty/steve
6 years ago
6 changed files with 2004 additions and 3 deletions
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 0e12987a06a020241ac5e243211b31d0 |
||||
folderAsset: yes |
||||
DefaultImporter: |
||||
externalObjects: {} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
@ -0,0 +1,7 @@
|
||||
In this scene we have a SayDialog and a MenuDialog from their default prefabs. |
||||
We have then replaced the UI Text elements used for story text, character text and the text items in the menu options with TextMeshPro Text UI elements. |
||||
The only other addtional change required is to set the Name Text GO and the Story Text GO in the SayDialog component on the SayDialog GameObject. These will show as bold be default in this scene as they differ from the prefab. |
||||
A similar approach can be used in any of your custom SayDialogs or menus is your projects. |
||||
Alternatively you may wish to update the prefabs on the defaults if that is all your project requires to exist. |
||||
|
||||
As of 12-2018 this is done via the TextAdapter as it includes the previous functionality of fungus that attempts to find a component on the target GO with a 'text' property, which TMPro components have. In the future there are some more advanced features of TMPro that could be taken advantage of if the presence of TMPro is forced and more deeply integrated, such as into the Writer to use TMPro's revealed characters feature. |
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 434cb66449b565341928304e7d70098c |
||||
TextScriptImporter: |
||||
externalObjects: {} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2 |
||||
guid: f2b1445135a83ce4fb7be21e59540fdb |
||||
DefaultImporter: |
||||
externalObjects: {} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
Loading…
Reference in new issue