Main logic assembly missing Tips.

This commit is contained in:
Alex-Rachel
2025-03-24 18:49:42 +08:00
parent 3b3bc7822a
commit e8fa910f1f

View File

@@ -129,7 +129,7 @@ namespace Procedure
#endif
if (_mainLogicAssembly == null)
{
Log.Fatal($"Main logic assembly missing.");
Log.Fatal($"Main logic assembly missing. Please check \'ENABLE_HYBRIDCLR\' is defined in Player Settings And check the file of {_setting.LogicMainDllName}.bytes is exits.");
return;
}