Hoimar / Planet-Generator

A procedural planet generator addon for Godot with terrain LOD.
Other
201 stars 23 forks source link

Generating planet(s) frequent crashes the Godot Editor or the application #2

Closed Hoimar closed 3 years ago

Hoimar commented 3 years ago

This happens randomly and is definitely related to the multithreaded generation of the TerrainFaces. I'm probably accessing non-thread safe APIs (e.g. the scene tree or my own variables) from multiple threads. Started working on this issue. Help would be appreciated, but I'm not stuck (yet).