Disable Tween Scale effect

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Evgeny
Posts: 16
Joined: Sun Mar 13, 2016 11:18 am

Disable Tween Scale effect

Post 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?
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: Disable Tween Scale effect

Post 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.
Post Reply