Hi!
I made this little 3d automagic tiling thing.
Here is a quick preview:
Basically I just wonder If it would make sense to develop it more to sell it on the asset store.
Also I made this because I needed such a system and just could not find a similar thing on the asset store. But maybe it’s already there?
What I have now is a fully functional tile system, that is based on a 3d array of blocks.
There is navigation, left mouse adds a block, right mouse substracts a block.
The premise is - some default blocks will be supplied but I just want developers to easily make their own sets of blocks in an external 3d application, and just use this system to arrange them nicely.
The system is intelligent - you can define as much unique blocks per theme, as you want.
The video displays how this looks with around 20 uniqe defined blocks, optimum is about 80 per block type - you would get best results with that: kinda maybe like this
The tiles used now are quite ugly - they are just used for debug, I should have nicer ones at some point.
The ways I was thinking I could improve this are:
adding save and load,
adding minecraft like chunk support (kinda big thing)
adding export to obj functionality.
being able to paint with multiple block types (themes)
symmetry
random generation
optimisation - right now entire geometry is being deleted and made anew with every click - which will prove catastrophic on large chunks.
Things that I will not do with this for sure are :
Make this thing run while in editor - not in play mode. Looked into it. Not gonna do it.
I would be very greateful if you could tell me
what other features do you think could be awesome enough for you to throw money at this?
Cheers
Dom