Fixed (FIXED in 1.21.2.0 Found in 1.20.77.9) TechnoPillar missing on scene load

RandomVAMUser

Well-known member
Messages
763
Reactions
750
Points
93
Another v1.x issue (i am just reporting it, not expecting fixes)

Just loaded scene i was working on that used TechnoPillars and they all gone.
Basically pillars are rendered useless, after scene loads it disapears with "uid/physics atom" error.

pillar.jpg

pillar1.jpg

pillar2.jpg

pillar3.jpg
 
1.21.1.0 update:
Still the same...
Code:
!> Atom type PhysicsAtom does not exist. Cannot add
!> Failed to find atom TechnoPillar of type PhysicsAtom
!> Could not find atom by uid TechnoPillar
!> Could not find atom by uid TechnoPillar

...but!

by editing scene file and replacing:
JSON:
         "id" : "TechnoPillar",
         "on" : "true",
         "type" : "PhysicsAtom",
with:
JSON:
         "id" : "TechnoPillar",
         "on" : "true",
         "type" : "TechnoPillar",
It loads pillar without any errors. 🤷‍♂️

EDIT: If that edited scene is saved again, it rewrites back to "PhysicsAtom".
 
And fixed. Thanks for popping it back to top so I could see it. I only went a couple pages deep and my time left to finish this release is limited. I like easy ones. :)
 
Back
Top Bottom