WebGL is Broken

Report errors found in any assets.
Post Reply
User avatar
idevops
Member
Member
Posts: 21
Joined: Mon Sep 23, 2019 7:44 pm

I switched my build options to WebGL and I started getting reference and namespace errors. Any idea how to resolve these?

Assets\MFPS\Scripts\Network\Lobby\bl_Lobby.cs(1187,47): error CS0246: The type or namespace name 'bl_LevelPreview' could not be found (are you missing a using directive or an assembly reference?)
Assets\MFPS\Scripts\Network\Lobby\bl_Lobby.cs(1187,9): error CS0246: The type or namespace name 'bl_LevelPreview' could not be found (are you missing a using directive or an assembly reference?)
Assets\MFPS\Scripts\Network\Lobby\bl_Lobby.cs(1324,30): error CS0103: The name 'bl_LevelManager' does not exist in the current context

If I switch it back to PC it starts working again.
User avatar
idevops
Member
Member
Posts: 21
Joined: Mon Sep 23, 2019 7:44 pm

removed LM from player settings and it fixed it.
Post Reply