#Help camera
15 messages · Page 1 of 1 (latest)
put projection to orthographic
did you also remember to delete the camera component when you bundled
click here
thanks i will try now
i change projection but 0 changes
This is what I do when doing manual icons :
Instead of adding the camera component to the Icon gameobject, right click on it and click "Camera", this will add a child camera gameobject (temporary!)
You then have to move this camera gameobject on the Z axis by the opposite of the Z_size from the dat file (if Z_size is 0.25, set the Z transform of camera to -0.25)
You can then move "Icon" with the camera as a reference, dont forget to remove the Camera gameobject before bundling