teleporter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! ECS world building from Unity documents
|
||||
|
||||
use log::{info, warn};
|
||||
use log::{info, warn, debug};
|
||||
|
||||
use crate::model::RawDocument;
|
||||
use crate::parser::{GuidResolver, PrefabGuidResolver};
|
||||
@@ -150,7 +150,7 @@ pub fn build_world_from_documents(
|
||||
}
|
||||
Err(e) => {
|
||||
// Soft failure - warn but continue
|
||||
warn!("Failed to instantiate prefab: {}", e);
|
||||
debug!("Failed to instantiate prefab: {}", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user