Page 1 of 1

Disable Tween Scale effect

Posted: Mon Mar 14, 2016 10:57 am
by Evgeny
Hi! :)

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?

Re: Disable Tween Scale effect

Posted: Mon Mar 14, 2016 12:16 pm
by Tony Li
Hi,
Evgeny wrote:How to disable Tween Scale effect on NGUI UILabel on Bark?
Remove it from the bark template and/or edit NGUIBarkUI.cs.
Evgeny wrote:Whether it is possible to use audio files not from the Resources folder?
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.