Вопрос

Is it possible to run code before the Unity player is closed (by closed, we mean all ways of closing the program, either by Alt+F4, pressing the X button on the window corners, closed from within the game, etc.)? If yes, how?

Это было полезно?

Решение

You need to use the OnApplicationQuit() method.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top