Hello! A total noob here! Actually, I hope I’m posting this in the right place TuT
So…I’m trying to make this “character creator/dressup game” for web, Android and IoS from scratch. It’s my first contact with videogame dev so I though it would be easier than creating a platformer. BUT I’m totally stuck at the start screen.
Example of what I’m going for (any suggestions are welcome since I’m having a hard time finding exact tutorials): Monster Girl Maker by Emmy- GhoulKiss
The thing is, when I’m editing, running the game for preview and even checking with my phone using Unity Remote: everything looks as it should (except for the quality, that I guess it’s normal because of the preview).
BUT I decided to build and run the game on my phone to check if it really works and then the camera (at least I think it’s the camera) changes everything:
I was wondering if someone would be kind enough to help me figure this out. Thank you in advance and sorry for the inconvenience!!!
Are these UI elements? The only time I’ve experienced an issue with objects re-arranging was with UI. I had to learn how to manually set all 4 of the anchor points around the image. Otherwise, the images would compress or even move away from where I thought I had them anchored. As far as sprites and game objects, I’ve never had any real issues other than when I set my cameras clipping planes (near/far) inaccurately and the result caused the scene to look either further or closer than intended.
Yep! They are UI elements. I was able to fix it, but I don’t really know how. I created a new camera and started touching every option in the elements untill it worked, haha. Probably had to do with the anchor points. I was also having trouble with the camera planes but I kinda figured it out too.
Now I’m going crazy with the second scene (the game itself)…but well, it’s my first time so it was to be expected.