Showing results for on docs.godotengine.org
...scons platform=osx arch=arm64
To support both architectures in a single "Universal 2" binary, run the above two commands and then use lipo...
To support both architectures in a single "Universal 2" binary, run the above two commands and then use lipo...
...libgodot_android.so
is not inlibs/<android_arch>/
where<android_arch>
is the device's architecture.The device's architecture does not match the exported one(s...
is not inlibs/<android_arch>/
where<android_arch>
is the device's architecture.The device's architecture does not match the exported one(s...
...For Unicode characters, CharType instead of wchar_t is used, because many architectures have 4 bytes long wchar_t, where 2 bytes might be desired. However...
...For Unicode characters, CharType instead of wchar_t is used, because many architectures have 4 bytes long wchar_t, where 2 bytes might be desired. However...
...Godot API for C#
As a general purpose game engine Godot offers some high-level features as a part of its API. Articles below...
As a general purpose game engine Godot offers some high-level features as a part of its API. Articles below...
...For Unicode characters, CharType instead of wchar_t is used, because many architectures have 4 bytes long wchar_t, where 2 bytes might be desired. However...
...Godot API for C#
As a general purpose game engine Godot offers some high-level features as a part of its API. Articles below...
As a general purpose game engine Godot offers some high-level features as a part of its API. Articles below...
Internal rendering architecture
This page is a high-level overview of Godot 4's internal renderer design. It does not apply to previous Godot...
This page is a high-level overview of Godot 4's internal renderer design. It does not apply to previous Godot...
...Internal rendering architecture
This page is a high-level overview of Godot 4's internal renderer design. It does not apply to previous Godot...
This page is a high-level overview of Godot 4's internal renderer design. It does not apply to previous Godot...
...We recommend dismissing architectural code patterns when making games with Godot, such as Model-View-Controller (MVC) or Entity-Relationship diagrams. Instead, you can...