1
Support / Re: Prefab with camera anchor loses the public camera variable
« on: September 15, 2016, 05:12:38 pm »
Am I wrong that you can call tk2dCamera.Instance in code to get a reference to your camera?
Code: [Select]
_tk2dCamera = tk2dCamera.Instance;
_textAnchor.transform.parent = _tk2dCamera.transform;
_textAnchor.AnchorCamera = _tk2dCamera;
