c# - Gameobject's position is different between unity and iPhone (5) -


i'm making simple 2d game in unity. gameobject's position different unity editor iphone. example, if want place gameobject in center, need place little further before in center on iphone. , i'm using iphone 5 resolution in unity. hope guys can or explain why happen.

check offsets of parents of game object. it's possible outtermost object isn't set @ 0,0.

otherwise we're going need have more information you. screenshots or code snippets or something.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -