Solution klepto2 Posted November 1, 2023 Solution Share Posted November 1, 2023 The sliding door component has a small bug in the load method: if (t["enabled"].is_boolean()) enabled = t; should be: if (t["enabled"].is_boolean()) enabled = t["enabled"]; otherwise after reloading the scene from a saved game the door becomes inactive. Quote Windows 10 Pro 64-Bit-Version NVIDIA Geforce 1080 TI Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.