The workflow tag has no usage guidance.
37
votes
6answers
3k views
How can I quickly check if my sprite tiles well?
I am trying to create tilemap sprites that tile nicely, but checking how well they tile is really cumbersome.
Ideally, I'd like to have an image editor that shows a layout like this, so I could see ...
0
votes
1answer
75 views
Is there a way of moving the transform of an object relative to it's geometry
I have a number of objects (mostly prefabs) that have their transform origin in inconvienient places such as about 1 unit to the left of the actual geometry or somewhere inside an object where it's ...
0
votes
1answer
36 views
unity how to keep prefabs updated
I have a number of prefabs in unity and I regulary update them, is there an easy way make sure unity updates these prefabs so that I don't have to update 20+ identical objects in identical ways acros ...