hi guys! i´m wondering why the detonator needs a camera tagged as “MainCamera”… is there any possibility using the detonator without a maincam? all hits are welcome…
thx in advance
hi guys! i´m wondering why the detonator needs a camera tagged as “MainCamera”… is there any possibility using the detonator without a maincam? all hits are welcome…
thx in advance
The Detonator scripts refer to Camera.main in some places. This property is determined by the MainCamera tag and you will note that the default camera added to a new scene has this tag. I think this is mainly used for billboarding to make objects face one camera - if you only have one camera active at a time then you should be able to modify the scripts to use any camera you like. For example, you could pass it in as a script variable or find a camera in the scene by name.
Great explanation, andee. That helped loads! I missed my explosions.