- Home /
exception on Webplayer
Hello, i develop a game which does include python librarys which depend on .net fullset not the subset.
Now i try to switch to the webplayer and it looks like i can only select the webplayer subset. How can i get full .net on webplayer?
As error i get
Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
Also i got
Unhandled Exception: System.TypeLoadException: Could not load type 'Microsoft.Win32.RegistryKey' from assembly 'mscorlib,
Could i include the required librarys directly into the Assets folder instead of changing to .net subset?
Answer by rainbow_design · Sep 12, 2015 at 07:20 PM
Thankyou i have not solved it yet but i got an answer on my questions.
For python on the limited subset of the webplayer there seems no way to get it running out of the box, however the developer of ironpython said he is alright to develop a custom ironpython version which runs on the webplayer when he has time... someday.
Most other problems seem to come when there are files in the Assetsfolder which should better not be parsed.
Your answer
Follow this Question
Related Questions
[WEBGL] PLAYER CONTINUES TO RUN AFTER WEBGL-CONTENT IS REMOVED FROM DOM 1 Answer
Possible to build android .apk for non neon devices? 1 Answer
Problem importing "survival shooter" 0 Answers
Webplayer compatibility with Editor 0 Answers
Please Help! Error building Player: CommandInvokationFailure 1 Answer