Page 1 of 1

About Dialogue Entry UnityEvents for Mobile Platform need help.

Posted: Fri Jul 20, 2018 6:43 am
by dreamtreegames
Hi,

I using a lot Dialogue Entry Unity Events in the dialogue with scriptable object. It work well in window and editor but when I porting it to mobile platform it feel like ignore all the events. May I know how to fix it or mobile platform didn't support it ?

Thankyou.

Re: About Dialogue Entry UnityEvents for Mobile Platform need help.

Posted: Fri Jul 20, 2018 8:04 am
by Tony Li
Hi,

Move your ScriptableObject into a Resources folder. This way it will be included in the build. In some versions of Unity, some platforms will strip out assets that it doesn't think it needs. This most commonly happens to ScriptableObject assets that aren't referenced in any scenes.