About Dialogue Entry UnityEvents for Mobile Platform need help.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
dreamtreegames
Posts: 1
Joined: Fri Jul 20, 2018 6:40 am

About Dialogue Entry UnityEvents for Mobile Platform need help.

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

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

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