Button Issues

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MathsOwl

I’m having problems with my PlayButton. It takes like 0.2 seconds to load my game. I don’t get it.
You can find the button’s settings in my Google Drive. Does it work if I link you the image capture via google drive, anyway?https://drive.google.com/drive/my-drive

If you’re doing something like changing scenes, loading resources or adding to the sceneTree that can happen.

Heavy calculations like for or while loops or even misplaced yields can be main culprits

Your options:

  • debug your code in the profiler
  • use a loading screen
  • use threads
  • delegate the work to be done in stages

Wakatta | 2021-12-29 14:42

:bust_in_silhouette: Reply From: StopNot

Hi. First of all you should fix the link you provided. It points to my drive not your. You need to share the file you want to link. You could also post some code here.

Thanks + I solved the problem :wink:

MathsOwl | 2021-12-29 16:09