5
2012
Voxel Sprite Editor
![]()
Quick test for a voxel sprite or basically just a grid/block editor.. Its 3D grid array with default boxes..
Features:
– Adding / removing blocks
Todo:
– Color adjustment per block
– Saving / Loading (online?)
– Viewer / Gallery?
– Better mouse controls..
– Extra tools: Visibility slice plane? Clear/Fill? Gravity on/off? Invert? Rotate?..
– Adjustable 3D array size?
– Statistics
– Color selector/palette
– Multiplayer editor?
Problems:
– Cannot use just mouse for drawing..cannot do raycast if whole grid is empty (could use mouse x/y for moving the cursor in grid, scroll for going z dir?)
Webplayer:
http://unitycoder.com/upload/demos/VoxelSpriteEditor1/
Download source:
voxelboxgrid.unityPackage
Related Posts
4 Comments + Add Comment
Leave a comment to mgear
Recent posts
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
- Detect SRP (URP or HDRP) with Assembly Definition Version Defines
- [LudumDare57] Theme: Depths
- MotionVector Effect: Object “disappears” when paused
Recent Comments
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
- on UI Scroll View automatic Content height
- on [Asset Store] Point Cloud Viewer & Tools
- on [Asset Store] Point Cloud Viewer & Tools
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by












Any chance of you releasing the Unity project for this or the script coding?
Yeah, posting the current version this weekend.(didnt had time to improve it further yet)
Great thanks, this is very close to what i need as a good starting point for my Voxel stuff.
If you have any good info on the visibility slice plane, that would help a ton.
Im looking at doing something involving underground digging using voxels.
Right now I may have to stick with a 2d side perspective, unless i can come up with a decent way to deal with the camera and visibility while “inside” the cube. Basicallly using your example here how to dig out sections of the middle of the cube without cutting the outside off.
Heres something better,
http://forum.unity3d.com/threads/147559-Voxel-Editor