using Unity 2022.1.1f1
using Universal Render Pipeline 13.1.8
I keep getting 999+ errors of this every time I exit play mode.
- It only shows up while I’m not in play mode.
- As soon as I go back into play mode it goes away and stops until I exit play mode again.
- I can restart Unity and it’ll go away until the next time I exit out of play mode.
- If I delete my camera manually in the Editor before exiting play mode it doesn’t show up that time.
- I’ve tried deleting the camera and making a new one it still happens
- My camera is spawned into the scene with the player at runtime
I cannot figure out what could be accessing my camera nonstop when it’s not even play mode.
Does anybody know how to fix this? Thanks