Arman Elgudzhyan
Arman Elgudzhyan
Makes sense to me. Where are you seeing `ImmediateGeometry` in the docs? I see it in `LODPlugin.gd` but not in the main readme. I think this might be because this...
> Enabled now works. There are some disabled objects in the demo. I also simplified registration and the number of variables a bit. LODManager is already set up and accessible...
Perfect, in that case sounds like a good idea!
Great, good to know! I'll be putting out a newer multithreaded version soon and I'd love to see how that works out for Android for others. I think I'll actually...
Hmm very interesting... I'm not sure how stable the multithreading for mine is but we shall see 😄. I ran into some issues and one (inexplicable) warning remains but it...
The new version is up, try it out on Android 😀. Windows already had/has some multithreading quirks 🤔.
Hey thanks for the quick test! I just added a simple "disable multithreading" option quickly to get it to work and I will take a closer look at this sometime...
It should be platform agnostic. In fact I would appreciate testers for other platforms. I may upload the Linux specific compiled binary myself at some point.
Looks like this was quite a controversial series of bugs and decisions 🙂 It does look like to support both the best way I can think of is two functions....
I'm not sure if the memory error is a problem with the workflow. Especially because all I changed was the order of the `if` conditions and it seems to be...