Hey all!
I’m having a heck of a time figuring out how to script my 3d button to shift the main camera when I click a button so that it can show another menu.
I was thinking that the best way to do it would be to have a camera position variable set to 0 by default and then change the value on the buttons then have a camera script that moves it. That way I can add more menus along the way easily and jump from any menu to any other menu on the fly.
Does that sound about right?
Also, any recommendations on how I can have it slide and not just teleport?
Thanks!
Oh, and if anyone can recommend a good tutorial for this I would appreciate it.