Eideren

Results 35 issues of 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 {...

bug
area-GameStudio

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; ![iqElMchOAU](https://github.com/user-attachments/assets/d6110b04-eb47-4032-ac9b-7de2017407f3) 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...