Rafael Correa
Rafael Correa
Are there plans for possible integration of a specific peer using steam sockets for godot 4? just like Unity does with its transports. Tell me if this is possible? It...
How it works? Add option to put a prefix for the command to be done, for example if configured _'/'_ as a prefix for the command, it is necessary to...
Place ADD_ARRAY_COUNT to be able to place typed vector structures in the inspector, such as Curve3D points. `#define ADD_ARRAY_COUNT(m_label, m_count_property, m_count_property_setter, m_count_property_getter, m_prefix) ClassDB::add_property_array_count(get_class_static(), m_label, m_count_property, _scs_create(m_count_property_setter), _scs_create(m_count_property_getter), m_prefix)`
I transferred what I currently have to a module that can be used for the PSX (I recommend putting this in a "module" branch if it is not yet fully...
Download https://github.com/godotengine/FBX2glTF Unzip and setup in godot
File names and scripts must follow godot conventions https://docs.godotengine.org/en/latest/tutorials/best_practices/project_organization.html I can do a pr with this if needed
The actual subgraph in project  void Unity_TriangleWave_float4(float4 In, out float4 Out) { Out = 2.0 * abs((frac(0.5 + In)) - 1.0); } Builtin triangle node in shader graph math...