Game Development Community

Pro wierdness

by Trent · in Torque X 3D · 06/19/2009 (3:46 pm) · 4 replies

I started a new pro project, built and ran without modifying a line of code... and the camera is null! It's present in the xml, and the code does its FindComponent but can't seem to find it...

Is it just me?

#1
06/19/2009 (3:52 pm)
The object list contains the Camera object, but it has no components. This is wierd... starter game works in the trial.
#2
06/19/2009 (4:23 pm)
wierd as it sounds, try to copy the Torque Core, and Torque 3d folders from c:\program files\garage games\torquex to your sample project over writing and files, then reopen visual studio and compile, see if that fixes, it did with my similar issue with T2D
#3
06/19/2009 (5:00 pm)
Henry found a solution to that here http://www.garagegames.com/community/forums/viewthread/91675 . Post # 3 :)
#4
06/20/2009 (12:00 am)
Interesting, I had read that thread, however it was Gavin's suggestion that actually worked, go figure!