Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Godot helper nodes to create 2D/3D Spaces for physics automatically.
Godot_SpaceNodes
Godot helper nodes to create 2D/3D Spaces for physics automatically.
Why?
This is useful in the event you would like to have many scenes with overlapping objects that may not want to interact with eachother and you don't want to waste physics layers
Example:
Server-side maps with characters moving on it, can all be centered at (0,0) and never interact with eachother ever, leading to more optimized performance than relying on viewport method.
How to Use:
Add a PhysicsSpace2D/PhysicsSpace3D to your scene
Place wanted physics nodes underneath (It will auto filter for you)
Profit
Godot helper nodes to create 2D/3D Spaces for physics automatically.
Reviews
Quick Information
Godot helper nodes to create 2D/3D Spaces for physics automatically.