Question by
9amer · May 07, 2016 at 04:10 PM ·
camera-look
Tanks tutorial camera control target problem
Hello guys, I started creating this Tank game but there is a problem when I am adding camera control. It doesn't show target which is required to add tank as a target for the camera. I tried code from finished folder too. Its not helping. How can I fix it.
unity.png
(474.6 kB)
Comment
Answer by davethewave91 · May 20, 2016 at 03:23 AM
In line 8 of the Camera Control Script, delete: [HideInInspector] then save in both Visual Studio( or other script editor) and in Unity and it should appear.