When I try to build and run my game, it gets past the Unity splash screen but gets frozen afterwards and the game doesn’t load. This is what it looks like:
My game uses the Viking Village asset as part of Unity Essentials which is fairly visually intensive, so that may be the issue. I tried removing the light probes and other stuff but that didn’t do anything. Any suggestions on how to fix this issue?
Should not be happening if its a direct project import
Things I think it might be
-
Make sure your scenes build order is correct
-
Make sure you have an active camera
-
Try restarting unity and rebuild the project may just be a simple corruption bug
Have you added the scene you want to load in the build settings.
@JickHeaf
Thanks for the quick response. Yeah the issue was I didn’t have the correct scene in the build settings, it’s working now. This is one of my first projects so I’m still learning but thanks for the help.