Closed hamochigames closed 2 years ago
Your 2 warnings and 1 errors are indicated in the log:
Assets/_Game/Prefabs/Scripts/InGame/Player/PlayerCloudController.cs(26,35): warning CS0414: The field 'PlayerCloudController.isGrounded' is assigned but its value is never used
Assets/_Game/Prefabs/Scripts/InGame/Player/PlayerCloudController.cs(24,19): warning CS0414: The field 'PlayerCloudController.bufferY' is assigned but its value is never used
BuildPlayerGenerator: Succeeded
'Assets/_Game/Scenes/SceneLobbyV2.unity' is an incorrect path for a scene file. BuildPlayer expects paths relative to the project folder.
Thanks for pointing it out. Ya, my team has successfully identified the cause by a deleted scene.
Need help on identify what is the possible error. Had successfully run the code before we modified our unity project lately. We manage to build our project in webgl manually but failed when build with unit-builder