
How to disable Tween Scale effect on NGUI UILabel on Bark?
P.S. And second question

Whether it is possible to use audio files not from the Resources folder?
Remove it from the bark template and/or edit NGUIBarkUI.cs.Evgeny wrote:How to disable Tween Scale effect on NGUI UILabel on Bark?
If you're using sequencer commands such as AudioWait() that load audio clips dynamically at runtime, they must be in a Resources folder or in an asset bundle. If they're in an asset bundle, use DialogueManager.RegisterAssetBundle() to let the Dialogue System know to search it for audio files.Evgeny wrote:Whether it is possible to use audio files not from the Resources folder?