mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Main logic assembly missing Tips.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user