Program stability issues

作成日:
更新日:

Hello, if I modify the C# file while the game is running, it will cause RPGMaker to crash.(All buttons disappeared.)

At this time I can only restart unity.

 

How can I solve this problem? Can I only pause the game first and then modify the C# file?

コメント

作成日:

Thank you for your feedback!

Basically, RMU does not support hot reloading. So, we would like you to edit C# files after terminating the playtest. If RMU crashes (the menu buttons are hidden), you can restore by the following procedures;

  1. Click [Edit] - [Play] on the menu.
  2. Change and save scripts.

After that, it starts compiling and the menu buttons are visible.