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.
About Dialogue Entry UnityEvents for Mobile Platform need help.
-
- Posts: 1
- Joined: Fri Jul 20, 2018 6:40 am
Re: About Dialogue Entry UnityEvents for Mobile Platform need help.
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.
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.