TABLE OF CONTENTS
Page #
Table Of Contents .................................................................................................................................... 0
DemoScene Overview ............................................................................................................................. 1
Start Tutorial ............................................................................................................................................ 2
page 0
..................................................................
DemoScene overview
This is how you move around in my VoxelSnap system:
Default Item Collection
DefaultCapsule,DefaultCube,DefaultCylinder and DefaultSphere are already inside the collection
page 1
..................................................................
Start Tutorial
Custom Item Collection
At runtime collection will fill itself from object in
Assets/ElectorchStrauss/VoxelSnapSystem/Resources/Voxel
Now with your item collection ready.
Go ahead and select one object from the collection.
And just click in the scene to place it.
My system simply add a box collider to your meshes then snap them box on box, voxel.
page 2