Comments

Log in with itch.io to leave a comment.

(+1)

this is awesome! Thanks a lot

(+1)

Hi Hayden! 
I've just read your review on my Modern Interiors and I wanted to ask you the meaning of this sentence: "I wish that the props sliced a little bit better. Especially since many of them are mixed in with carpets, rugs, and tables that look made to repeat".
I am intent on solving any issue and make my asset better if I'm able to.

I'm sorry if I'm writing here but I can't reply on a review

Sure. So I've imported the tilesets into Unity. The tiles for the floors and walls slice perfectly if you slice them by cell size. I used 48x48 as the slice size because that's the spritesheet that I'm using. That part works perfectly.

The spritesheets for the props are different. Normally in Unity, if I wanted to place a sprite like a prop so that it's not aligned to the grid I painted the environment on I will use automatic tile slicing. That way I can grap an individual object and place it in the scene. With your spritesheet though some of the objects are so close together that Unity doesn't parse them correctly.

Here's one example:



If instead I slice it by tile size like with the other so it can be used on a tile palette it works quite a bit better and maybe this is how it was intended to be used. With only the downside being that objects have to align with the grid.  And there are still  a few spots I'm not sure about. Like how these stools end up getting spread over 4 tiles when it looks like they could fit in just one:


You definitely know far more about this than I do. And overall the asset is way more than I need to make the simple prototype blockout I need.

(+1)

Thanks for your fast reply Hayden!
I got your problem! I'm sorry but I'm not a Unity expert so I couldn't predict such things
The stools are indeed misplaced, I made them 3 months ago and updating the asset each day sometimes makes me do mistakes I then forget to solve, I'm gonna fix it tomorrow!