JR
JR
On Mac, Blender 3.2.1, when trying to export I get:`The File Location 'Location 1' points to a file rather than a directory. Please ensure it points to a folder.` Despite...
Par with gdscript per https://github.com/godotengine/godot/pull/82843 It would be nice if this could be allowed for built-in resources. I left a comment here https://github.com/godotengine/godot/issues/80538
I have an enum ```rs #[repr(i32)] enum RockType { Tin = 1, Copper = 2, } ``` and I would like to be able to ```rs #[export] rock_types: Array, ```...
This only occurs when a modifier key is used simultaneously with another key. ([small discord discussion](https://discord.com/channels/723850269347283004/1128105278815080448/1129617556626472981)) OS: Mac 12.5 Godot: 4.1.stable master branch ``` thread '' panicked at 'called `Result::unwrap()`...