Hi guys !
My first post here! i started coding/using unity about a 2 week ago (nerver code/use any programing language before) and i try to don't use any help other than tutorial and api but am really stock here
I try to use button to show/hide canvas simple no ?..
For now it show the canvas but dont hide it.
Here's my script so far :
Script to change between canvas.Yeah I know ...
My first post here! i started coding/using unity about a 2 week ago (nerver code/use any programing language before) and i try to don't use any help other than tutorial and api but am really stock here
I try to use button to show/hide canvas simple no ?..
For now it show the canvas but dont hide it.
Here's my script so far :
Code (CSharp):
- public GameObject C1;
- public GameObject C2;
- public GameObject C3;
- public...