Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Thank you so much for the report! Thankfully the log showed the issue for me!

Somehow your CPU is being reported as having a single core and the AI (as in, non-genAI) thread that simulates the moves is startng with 0 cores (as I avoid taking over the main core).

Processor: AMD Ryzen 5 3600 6-Core Processor, 1 core(s) @ 3818 MHz

(notice that even though it says 6-Core Processor, Unity is only seeing one)

[AIThreadHelper] Starting with 0 threads

I will prepare a fix ASAP!!