Apparatus - Door Pack
by Hesham Amiri · in Torque Game Engine Advanced · 11/23/2008 (8:07 am) · 1 replies
I have setup the door pack as detailed in the readme file. However, the animations are not playing when the player enters the trigger.
I get the following error in the log:
scriptsAndAssets/server/scripts/doortemplateTrigger.cs (8): Unable to find object: 'TriggerDoor' attempting to call function 'playThread'
scriptsAndAssets/server/scripts/doortemplateTrigger.cs (13): Unable to find object: 'TriggerDoor' attempting to call function 'playThread'
In the read me file it mentioned that I should name the door shape to DoorTrigger, how do I do this?
I get the following error in the log:
scriptsAndAssets/server/scripts/doortemplateTrigger.cs (8): Unable to find object: 'TriggerDoor' attempting to call function 'playThread'
scriptsAndAssets/server/scripts/doortemplateTrigger.cs (13): Unable to find object: 'TriggerDoor' attempting to call function 'playThread'
In the read me file it mentioned that I should name the door shape to DoorTrigger, how do I do this?
Torque 3D Owner Hesham Amiri
However, the read me with the door pack states that you should rename the shape object to DoorTrigger where infact in should be TriggerDoor..