You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Unity 5.6.2. After experiencing the same issue of can't build standalone like #75, I got my standalone build with errors in #77. At that time, I couldn't seem to get any Kinect data streaming into my exe. So I moved some code that caused null referencing problems to Awake() and got rid of those errors. When my standalone finally starts to work, it's displaying the scene view instead of the game view. I followed the tutorials carefully, and has been reading through related issues. Couldn't seem to understand what I did wrong. I'm not experienced in building standalone executable from Unity. Is there any place that specifies which view to be built? Really hope anyone who has succeeded in building the exact game view into standalone could lend a helping hand :)
The text was updated successfully, but these errors were encountered:
I'm using Unity 5.6.2. After experiencing the same issue of can't build standalone like #75, I got my standalone build with errors in #77. At that time, I couldn't seem to get any Kinect data streaming into my exe. So I moved some code that caused null referencing problems to Awake() and got rid of those errors. When my standalone finally starts to work, it's displaying the scene view instead of the game view. I followed the tutorials carefully, and has been reading through related issues. Couldn't seem to understand what I did wrong. I'm not experienced in building standalone executable from Unity. Is there any place that specifies which view to be built? Really hope anyone who has succeeded in building the exact game view into standalone could lend a helping hand :)
The text was updated successfully, but these errors were encountered: