Page 1 of 1

Found a workaround for the graphical bug in the editor!

PostPosted: Sat Apr 27, 2013 9:36 am
by Hblade
You know that bug that you get with large projects / randomly generated stuff? It's a glitch where inside of the editor you can see all of your stuff that was in game and some things are even MOVING in the editor?

To solve this it's so simple =D Just put a key down event on everything that has the glitch effect, make it "esc" and do "Delete Actor - Event Actor" :) Problem solved, now when you press ESC to return to the editor it wont bug! =D

Re: Found a workaround for the graphical bug in the editor!

PostPosted: Sat Apr 27, 2013 10:02 am
by tzoli
I also got this at my jet game. As I exited from the Game Mode one of the enemy jet flew downwards in the editor.
I think someone said that is a memory bug.

Re: Found a workaround for the graphical bug in the editor!

PostPosted: Sat Apr 27, 2013 7:26 pm
by skydereign
When I do this, I add the escape key to the view, and destroy all actors from there. That way you don't need many many events for just destroying things.

Re: Found a workaround for the graphical bug in the editor!

PostPosted: Sun Apr 28, 2013 12:37 am
by Hblade
Ahh good point sky