I’m looking into selling assets on the asset store
I believe the best place to find out what the community wants to see released is to ask them.
If you have an asset that you wished existed , post your idea here
My gole is to provide low-cost, quality assets that may be used in both commercial and personal applications
Are you a modeller, programmer, sound artist, all of that at the same time?
Primarily scripting and basic modeling however I’m all for learning new skills should the opportunity arise
I’m searching for ages for something that allow me to make isometric sprites from 3d models (static or animated).
Something like this https://www.garagegames.com/products/spriteworks but better, there are tons of possibilities.
Edit:
Another thing that i’m not too sure that can be done (or if is done already, i searched but can’t found anything) is a mesh combiner that uses only the textures of the resulting mesh.
Right now everything that i’ve seen work like this:
Imagine a scene with many meshes that uses 3 textures atlas of 1024x 024. If you join 3 meshes that each use a different texture
Mesh 1 uses a tiny part of Texture 1
Mesh 2 uses a tiny part of Texture 2
Mesh 3 uses a tiny part of Texture 3
you’ll get an output of a single mesh that use a single texture of 2048x2048 that includes the whole 3 original textures.
Output texture will be an atlas like this:
Texture1, Texture2
Texture3, Empty
The optimal output should be a Texture that contain only
TextureUsedByMesh1
TextureUsedByMesh2
TextureUsedByMesh3
Sorry my english
Looks like an interesting concept
I’ll Keep that in mind