Game Development Community

RC3: Errors with changing namespaces

by Mike Lilligreen · in Torque Game Builder · 06/18/2006 (8:48 am) · 1 replies

In the level builder, if you change the class of an object from something to something else and then press the play button, the console spits out some:

Quote:
Error, cannot unlink namespace parent linkage for...

The changes in the namespace do take effect though, and quitting and restarting the level builder makes the errors go away. It was just slightly confusing to see that at first as the message seems to imply that the object's new class didn't register.

#1
06/18/2006 (10:12 am)
When I was getting that error, it was followed by a second error stating that the new namespace did not take effect. I got around it by initializing my objects with a datablock. When stating the class in the datablock, no such error occurs.