Unity Navigation panel

Viewed 10

MissingComponentException: There is no 'CanvasGroup' attached to the "p1Panel" game object, but a script is trying to access it. You probably need to add a CanvasGroup to the game object "p1Panel". Or your script needs to check if the component is attached before using it. NavigationDrawer.UI.NavDrawerPanel.Open () (at Assets/Scripts/NavDrawerPanel.cs:257) NavigationDrawer.UI.NavDrawerPanel.Start () (at Assets/Scripts/NavDrawerPanel.cs:90)

Help me to figure out this I tried to do navigation drawer in unity .Suggest some other Ways .

0 Answers
Related