2D Toolkit Forum
2D Toolkit => Support => Topic started by: ryanray on May 03, 2013, 04:26:30 am
-
Hello,
Just a quick question:
Is it safe to remove the orthographic lock from the tk2d Camera, or would it create a problem with some of the other options? I really enjoy how optimized the camera, and would like to use some of it's functions with my project. I require a perspective camera for the 3D objects that make up the scene, but the player/npcs are all 2D sprites.
Thanks.
-
Just set the camera to perspective - for obvious reasons, the tk2dCamera isn't compatible with perspective cameras, but you're free to use a perspective camera if that suits you better. Just remember to set this
http://docs.unity3d.com/Documentation/ScriptReference/Camera-transparencySortMode.html
to Orthographic
so your sprites sort properly.