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
|
@ -1,6 +1,7 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using ABI.CCK.Components;
|
||||
using ABI.CCK.Scripts.Editor;
|
||||
using TMPro;
|
||||
using UnityEditor;
|
||||
using UnityEditorInternal;
|
||||
|
@ -152,8 +153,8 @@ namespace ABI.CCK.Scripts.Editor
|
|||
private void OnDrawHeader(Rect rect)
|
||||
{
|
||||
Rect _rect = new Rect(rect.x, rect.y, rect.width, EditorGUIUtility.singleLineHeight);
|
||||
|
||||
GUI.Label(_rect, "Translatables");
|
||||
EditorGUIExtensions.UtilityMenu(_rect, reorderableList);
|
||||
}
|
||||
|
||||
public override void OnInspectorGUI()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue