top of page
Search

Starting to Experiment with C# in Unity

  • Writer: Admin
    Admin
  • Aug 29, 2020
  • 1 min read

Unity is a very user-friendly game engine. Previously I had only imported rigs and animation into it for game projects while I was at SCAD. The past week I put aside some time to really get a sense of what can be done with it. I had never worked with C# before but it's a surprisingly easy language to work with (though a year and half of C++ experience is a big reason for that). Here's a little AI test I did where you place "coins" with the your mouse and if they are within the range of the "character" they will turn and move towards it to collect the coin. It's no masterpiece obviously but I thought I'd post it because I'm moving on to some more complex experimentation.

 
 
 

Recent Posts

See All
weightRemapper Node

Unlike in a skinCluster-based system if you use a translateUVN deformer you'll need to define which maps are left/right pairs for each...

 
 
 
Featured Posts
Recent Posts
Archive
Search By Tags
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page