mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update DetailBuilder.cs
This commit is contained in:
parent
15961bed4b
commit
00729ef4ae
@ -136,7 +136,7 @@ namespace NewHorizons.Builder.Props
|
|||||||
{
|
{
|
||||||
if (t.GetComponents<Component>().Any(c => c == null))
|
if (t.GetComponents<Component>().Any(c => c == null))
|
||||||
{
|
{
|
||||||
Logger.LogError($"Failed to instantiate component at {t.GetPath()}");
|
Logger.LogError($"Failed to instantiate component at {t.GetPath()}. This usually means there's a missing script.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -437,4 +437,4 @@ namespace NewHorizons.Builder.Props
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user