Roman Vasilyev
Roman Vasilyev
Godot 3.4 iOS 15.2 MacOS 12.0.1 Neither flat nor extruded ``` WARNING: Could not find vertex shader attribute 'bone_weights' to match BindAttributeLocation request. WARNING: Could not find vertex shader attribute...
I think it will be more useful
Recreating https://github.com/godotengine/godot/pull/90429 ability to share text and added rate in app option
Initial approach for APNS token processing proposal https://github.com/godotengine/godot-proposals/issues/10633 In scripts it should look something like: ```gdscript func register_rest_apns_token(token): http.post("https://example.com/test_token", "{\"apns_token\": \""+token+"\"}") func _ready(): if apns_token_changed: apns_token_changed.connect(register_rest_apns_token) if apns_token and apns_token...
**Describe the Feature** A clear and concise description of what the feature request is. currently swift impossible to build, Godot uses scons for builds including MacOS/iOS, unfortunately Apple moves current...