WebGL: new errors in build 14 Unable to find type [UnityEngine.dll]UnityEngine.Rendering.SphericalHa

Since updating to Unity 5 build 14, I have two new errors in my WebGL:

  • Unable to find type [UnityEngine.dll]UnityEngine.Rendering.SphericalHarmonicsL2
  • Unable to find type [UnityEngine.dll]UnityEngine.SharedBetweenAnimatorsAttribute

These errors are intermittent and repetitive. After Closing the error log, they eventually re-appear again.

Could you please submit a bug report with a small project showing the issue?

@Kuba , I will try to replicate the issue on a small project.

Thing is, I guess the issue has to be originating from the conversion of my project.
I can’t replicate the issue on a empty project.

It does that even in an empty project for me.

Created a new project, switched it to WebGL, set “Enable Exceptions” to “Soft Null Reference Exceptions”.
Ticked on “Development Build”, “Autoconnect Profiler”, and hit “Build and Run”.
Behavior is same on both Chrome and Firefox.

@shame

I haven’t had the chance to pursue the issue. Maybe you could send that empty project as a bug report and keep us posted here? :smile:

You could try the temporary workaround from this thread.

@d12frosted_1 , Thanks. I will have a look.