(Using Unity 5.1.1)
I am developing a game (Name is ‘Emortuus’) its a 2D platformer and i have the core of the game actually complete and written down now i just need to construct it in a software and instead of using what i usually use I wanted to try Unity and see if i can take advantage of its awesome easy to use features but i want to know more about the importing settings before i start bringing in levels.
heres a pic of the character models (defined pixel art) for you to get what im working with:
-So when making sprites whether it be a sprite sheet for a characters run/idle/jump anim, a single item (maybe like a trash can that will sit on the side of the road) or a big BG for my game scene what dimensions should i make it in that is easy for unity to translate/compress, eg: 256x256, 512x512. does this matter?
-My next concern was with the Pixel to Units. I know the obvious, it changes the size. Unity reads a 256X256 pixels by its unit measurement so it would be 2.56x2.56 in unity. if you change the pixel to units for most of your sprites just so you can make sure it fits well with everything in the scene will it disrupt how the game flows? For example if i import something and it doesnt match how big i wanted it to actually be in the scene can i simply just chnage the pixel to units to match it or will it screw things up?
-The max size (also under import setting) also concerns me. This is where i thought i’d worry about the dimensions of my sprites should be when importing them into Unity. Should i have all my sprites being able to be on 1024 or 2048 or does it really matter. Say if i had just an oddball dimension like 270x270 what would I do in this situation dealing with the ‘max size’ option. This also leads onto should i practice a more practical approach and just stick to a couple different dimensions that are already listed in Unity like 256x256, 512x512, ect…
I know this will make some of you shake your heads at my questions and sorry for that, i just dont want my brain to hurt later down the road if simple stuff like that can change how i would like it to act.
Summary: Basically need to know a good practice on importing 2d pixel sprites into Unity.
-What dimensions are best when making them in Photoshop then importing them into unity so it can compress it better.
-Pixels to units : how should i go about with this tool when importing.
-Max size: This also goes with what dimensions i should use with my sprites.