- Home /
Showing pixels in transform
I'm making a 2D game, and am used to working with pixels to set size and position of sprites. What units are used in the Transform component in the inspector? Is it possible to get it to show pixels for position instead?
I think we will need more info about how you display those sprites.
Answer by Sharon Hanlon · Feb 20, 2012 at 02:17 AM
I'm using the tk2dSprite plugin. However, it's not the sprites themselves that I'm questioning - it's the Transform component in the inspector, that shows for all game objects, regardless of type. What I want is for the position part of that to show in pixels (or at least to know what kind of unit it does use).
Your answer

Follow this Question
Related Questions
GameObject Scale as World Coordinates (Units)? 1 Answer
How to get the width of a cube in "coordinate units" 1 Answer
Trying to call a function from a dynamically created object 1 Answer
iOS Instantiate transform as child -- positioning bug 2 Answers
Place a object in front the camera in the coordinate 0 of Y axis 2 Answers