You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EditorGUILayout.HelpBox("The module which implements this component type has been force excluded in player settings. This object will be removed in play mode and from any builds you make.",MessageType.Warning);
1267
+
EditorGUILayout.HelpBox("The built-in package '"+ModuleMetadata.GetExcludingModuleForObject(target)+"', which is required this component type has been disabled in Package Manager. This object will be removed in play mode and from any builds you make.",MessageType.Warning);
0 commit comments