-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
About the error
One parameter cannot choose which namespace to use. Because Tab class exists in both namespaces.
Unity Version : 6
File : UiUtils.cs(27,105)
Error : error CS0104: ‘Tab’ is an ambiguous reference between ‘UnityEngine.UIElements.Tab’ and ‘QuickEye.UIToolkit.Tab’
I found the solution as follows
Old Version:
public static void InitialiseTabStatePersistence(VisualElement root, string viewDataKey, params Tab[] tabs)Working Version:
public static void InitialiseTabStatePersistence(VisualElement root, string viewDataKey, params QuickEye.UIToolkit.Tab[] tabs)Metadata
Metadata
Assignees
Labels
No labels