2D Toolkit Forum

2D Toolkit => Support => Topic started by: zblack on November 03, 2018, 09:44:41 pm

Title: tk2dSprites render behind other meshes with 2 cameras
Post by: zblack on November 03, 2018, 09:44:41 pm
I have one camera that renders all 3D stuff set to a depth of 1. The UI camera renders tk2d sprites with a depth of 2. In Perspective mode (3D camera), the order is obeyed. But if I change the 3D camera to orthographic, the tk2d sprites are occluded. I have tried setting Camera.transparencySortMode but the issue isn't fixed.