Eideren
Eideren
**Release Type**: GitHub **Version**: Latest as of writing **Platform(s)**: GameStudio **Describe the bug** Add this script to an entity. ```cs public class CompTest : StartupScript { public bool Gamepad {...
Holding right click when using freedraw does not rotate the view, this PR fixes that. The changes introduced are lifted from the Generator.Box implementation of the same logic.
# PR Details In Unity 2023, scene picking fails to select brushes as unity runs its own scene picking after RCSG sets the selection;  This PR ensures unity doesn't...
# PR Details It's unlikely that resources were ever manually released given that objects that hold and uses those buffers do not implement IDisposable, they are expected to be GC'ed...
# PR Details A component whose ctor calls an async function crashes the editor, see #220. While the changes within this PR works, those changes might not be safe, **I...