adamgryu
Results
2
issues of
adamgryu
I couldn't figure out why my custom interest management solution wasn't working. It was because I had added an Awake() method to my subclass, and because of that NetworkServer.aoi was...
Unity 2020.2 - UnityException: GetRecorderInternal is not allowed to be called during serialization
12
I see this exception when loading the project in Unity 2020.2. The decals don't work unless I move `m_RenderPass = new DecalRenderPass()` into Create(). Perhaps unrelated, but after doing that,...