nicholas-maltbie / Godot-OpenKCC

Godot Open-Source Kinematic Character Controller
https://openkcc.nickmaltbie.com
MIT License
15 stars 0 forks source link

Support Endless Staircase and Not Saving Mesh #36

Open nicholas-maltbie opened 1 day ago

nicholas-maltbie commented 1 day ago

Added support to NOT save mesh to .tscn file which allows for generating arbitrarily large meshes. The mesh is still added to the editor scene for viewing and testing, but it will not be saved to the .tscn file.

Refactored how the meshes would be saved such that the MeshInstance3D node is now a child of the staircase instead of the staircase node itself.