You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SceneSynchronizerDebugger::singleton()->debug_error(&scene_synchronizer.get_network_interface(), "At least one node has been removed from the tree without the SceneSynchronizer noticing. This shouldn't happen.");
306
+
SceneSynchronizerDebugger::singleton()->print(NS::ERROR, "At least one node has been removed from the tree without the SceneSynchronizer noticing. This shouldn't happen.", scene_synchronizer.get_network_interface().get_owner_name());
307
307
for (uint32_t i = 0; i < null_objects.size(); i += 1) {
SceneSynchronizerDebugger::singleton()->debug_error(nullptr, "[ERROR] The registered node `" + node->get_path() + "` doesn't override the method `_setup_synchronizer`, which is called by the SceneSynchronizer to know the node sync properties. Pleaes implement it.");
343
+
SceneSynchronizerDebugger::singleton()->print(NS::ERROR, "The registered node `" + FROM_GSTRING(String(node->get_path())) + "` doesn't override the method `_setup_synchronizer`, which is called by the SceneSynchronizer to know the node sync properties. Pleaes implement it.");
0 commit comments