6
GMR516
6y

Having my first memory leak problem ever. This sucks. I've tried what seems like everything. Forcing garbage collection every time I press a key to try and debug the issue. Fuck. I have 'using' blocks everywhere, and I have no idea what I'm doing wrong.

Comments
  • 8
    You're not garbage honey ❤️
  • 4
    @dragonbird <3

    Aaaaaaand fixed it already. devRant is good luck.
  • 2
    @2lazy2debug Unity3d doesn’t garbage collect any of the textures I loaded in. I had to manually destroy them. :P

    The reason it took so long to fix is because I thought it was a problem with my code. Oh well, at least I refactored everything twice before finding the issue. XD
Add Comment