Hello. Since the last 2 updates I have had problems playing the preview of my project. Sometimes it worked fine, and sometimes it didn’t play at all. Now it hasn’t played it back to me again.
I was reinstalling the program, deleting the invalid path files in resources. After doing that last thing yesterday, the preview worked again for me. But today I still have the same problem again, and I don’t know what to do.
I have been working on this project for almost 2 years and I have put a lot of love and effort into it. I’m very close to finishing it, could you help me solve it please?
When I click on preview, the loading circle, as always, stays still until the moment it should show me my game window, but instead of showing me my game window, the loading circle starts spinning forever as I show in the video.
And I will leave what appears to me in Developer Tools.
I leave them in Drive because I don’t know how to show them to you.
That’s why I left you the Log so you can see it in full. But if you want, I’ll look for the error that appears when my game window should appear and the loading circle starts spinning.
I will take screenshots
Those errors that I show now are from before the little circle started spinning, and they should show me my game window.
I don’t see any relevance because sometimes my game starts and those errors appear, but the preview works. However when it doesn’t work is when it says “aborted”
Just to chime in, 4gb isn’t TOO large (Spiritfarer is 6gb), but that should be your near-completed game assets size.
If you’re still in the early stages, you’re definitely missing some optimization issues either on compression or content reuse.
Ensure you’re not doing something like using textures above 2048x2048 (which won’t render on many mobile devices anyway), you don’t have uncompressed videos (as well as compressed videos above 1080p), you’re not using .wav for audio ,etc.
Hello. As I mentioned I’m already finishing the game, it will take me a couple of months. And it has already been in development for almost 2 years.
I use ogg audio files, videos of no more than 1080p.
I have 2 sprites with more than 2048 pixels.
I fixed the error, I couldn’t find exactly what it was. I removed some duplicate scenes that I had as a backup for some scenes and the game works great for me. The size is still 4 GB and the game works perfectly. Something had broken the start of the preview but it’s not because of the size.