mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
[Changed] NRE to Debug.Log
This commit is contained in:
parent
46037ac590
commit
a64ae84096
@ -89,7 +89,8 @@ namespace UnityAtoms
|
||||
{
|
||||
if (AtomPreferences.IsDebugModeEnabled)
|
||||
{
|
||||
throw new NullReferenceException($"{atomEventReferenceUsage} reference is missing in inspector.");
|
||||
Debug.Log($"{atomEventReferenceUsage} reference is missing in inspector.");
|
||||
return null;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user