sluice
November 24, 2014, 7:19pm
1
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.
Kuba
November 25, 2014, 12:09pm
2
Could you please submit a bug report with a small project showing the issue?
sluice
November 25, 2014, 6:38pm
3
@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.
sluice
December 1, 2014, 1:04pm
5
@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?
You could try the temporary workaround from this thread.
sluice
December 1, 2014, 4:00pm
7
@d12frosted_1 , Thanks. I will have a look.