Author Topic: Code Tutorials?  (Read 3064 times)

ENAY

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 248
    • View Profile
Code Tutorials?
« on: May 07, 2012, 08:49:45 PM »
After spending yesterday playing with NGUI and also watching several youtube tutorials I feel like using NGUI is going to be an awesome asset.

What I can't seem to find though is some sort of basic tutorials on how to do things in code. All the stuff I have seen so far use drag and drop and have all the menus automatically in the scene before you click play. Perhaps I just haven't looked hard enough and found a link. What I would like to look at are some basic tutorials (preferably in C#) of just doing simple things like creating a menu and deleting it in code. Attaching a NGUI script in code to an object instead of using the Unity GUI etc. There are so many little bits of juicy source code that it is a bit daunting to know where to start.  ;D

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Code Tutorials?
« Reply #1 on: May 07, 2012, 09:35:48 PM »
BurgZergArcade does a fair bit of coding in their tutorials -- http://www.burgzergarcade.com/

ENAY

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 248
    • View Profile
Re: Code Tutorials?
« Reply #2 on: May 07, 2012, 11:17:33 PM »
Awesome! Thanks for the link :)