PlayerLoop called recursively!
(Filename : C:/BuildAgent/work/f724c1acfee760b6/Runtime/Misc/Player.cpp Line:1201)
unity web player crash,that’s what i got.
PlayerLoop called recursively!
(Filename : C:/BuildAgent/work/f724c1acfee760b6/Runtime/Misc/Player.cpp Line:1201)
unity web player crash,that’s what i got.
Well … you should generally post the script that is causing the problem. I can tell you that recursive means , your loop is not leaving room for any other code to breathe, and just executing over and over inifinitely, so that is a huge problem, but you havent shown us the loop.
actually the loop is not from the logic script,i guess it happen when i have unload the assetbundles and destroy the asset.but i have no ideal how to fixed it
Hmm the problem seems like an error from the file player.cpp. Or maybe it’s an external plugin that causing the problem.
so, what do get? how to fixed it?
So basically do you have anything called player.cpp file?
player.cpp is a c++ file in UnityEngine i guess,i just do something in c# script