Have problem with UI in build. EventSystem
is located in other scene with DontDestroyOnLoad
on it. Everything works good in editor but when executing build UI only works if I put EventSystem
in UI Scene. Also I have similar project but it works fine in both editor and build.
Figured it out myself. Forgot to add scene with EventSystem
to Build Settings
1 Like