Would anyone Understand how or why when I press on the play editor button its starts to freeze i was just setting a minimap widget and minimap to screen and tryed to test it and now it just is freezeing and not crashing?
if any one know how to fix or resolve this problem let me know THANKS
if you create default project, no modifications, hit play and works, then in your project you may have done something that breaks the logic. start by tracing back the steps you’ve done and remove the changes, hit play, try again. till it works
normally you need to test after any change you make except if you know what that edit does and you are confident it works. do not add many changes, like following a tutorial for example, then hit play after some time.