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
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
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