update CCK to 3.10, fixing unity 2021 crash :)
This commit is contained in:
parent
48a978fa2a
commit
d11e0fb3a9
492 changed files with 2165204 additions and 437687 deletions
|
@ -2,14 +2,13 @@
|
|||
|
||||
namespace ABI.CCK.Scripts.Editor
|
||||
{
|
||||
[CustomEditor(typeof(ABI.CCK.Components.CVRAction))]
|
||||
[CustomEditor(typeof(Components.CVRAction))]
|
||||
public class CCK_CVR_ActionEditor : UnityEditor.Editor
|
||||
{
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
EditorGUILayout.HelpBox("This component is not yet ready to use!", MessageType.Error);
|
||||
|
||||
base.DrawDefaultInspector();
|
||||
DrawDefaultInspector();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue