Add Custom Field Type in Dialogue Entry
-
- Posts: 10
- Joined: Thu Dec 20, 2018 4:41 am
Add Custom Field Type in Dialogue Entry
Hi, I want add new type of Fields in Dialogue Entry. Something like enum and sprite or audio selection. How to do that?
Re: Add Custom Field Type in Dialogue Entry
Hi,
Here's the manual section on defining custom field types: Custom Field Types
Briefly: Copy CustomFieldType_TemplateType.cs and fill in your code where the comments indicate.
Look at the example CustomFieldType_SceneType.cs for an example that uses an custom-defined enum.
Here's the manual section on defining custom field types: Custom Field Types
Briefly: Copy CustomFieldType_TemplateType.cs and fill in your code where the comments indicate.
Look at the example CustomFieldType_SceneType.cs for an example that uses an custom-defined enum.