Hi, so I made working game in HTML5 on a Mac, now I changed to Windows and converted it to exe. In some moments the game crashes, but I don’t know why.
How to check what are the errors causing it to crash? Or do I have to write it again on windows, because native version has different set of events?
Yes and no, you don’t have to write the project again, at least not entirely. But there are some extensions available for one platform or the other only, for example the AdMob object is availble for web only, and the Tilemap object is available for native only, so check if the native project is not using extensions available for web only