Unity-Technologies / BoatAttack

Demo Project using the Universal RP from Unity3D
Other
2.54k stars 952 forks source link

Demo Island scene is broken? #176

Open reubenscratton opened 2 years ago

reubenscratton commented 2 years ago

The demo race starts and runs okay but you can't see any of it because the camera is locked on some default position away from the course, over by the windsurfers.

This happens in the Editor as well as in Android builds.

n-suudai commented 1 year ago

I was facing the same problem. It appears that Adressables must be built manually. https://docs.unity3d.com/Packages/com.unity.addressables@1.21/manual/editor/building-content/Builds.html

Building Addressables on Player Build requires Unity 2021.2+. In earlier versions of Unity, you must build your Addressables content as a separate step.