Unity 101

There are a lot of game developing engines out there and knowing which one is best to use can be somewhat of a gamble. I have been learning about Unity and using their free community license. Unity has a pretty steep learning curve, but it does allow 2D and 3D game development. It also has the power to develop games for tons of platforms. The user interface is relatively intuitive and there are community guides to help understand the basics or clarify syntax and specifics.

Unity uses C# as the main development language and they want you to use Microsoft Visual Studio Tools for Unity for the script editor. From what I’ve seen in the tutorials it’s a killer resource that will drop hints and allow you to create game logic in your projects. Unfortunately, I haven’t had much luck using it for free–even though the community license is advertised as free, on day one launching Visual Studio I got an error message saying my trail was over and to buy a community license–technically it was installed a long time before I actually started using Unity, so that was a bummer. Since I’m not ready to pay for a code editor I’ve been using NotePad++ and it’s not ideal but it gets the job done. I tried to use a NotePad++ plugin for Unity but all the links I found were dead. Sadly, Microsoft really wants you to use their platform and from what I can tell they have killed all the previous alternatives.

I’ve been touring YouTube tutorials to get a feel for how game developers are using C# in combination with the Unity editor to develop games. I’m certainly not ready for 3D game dev, but I have found several promising tutorials for 2D game creation in Unity. For example, creating a board game, or a card game could be fun, and a great place to start. It will also be important to learn how to make a start menu and incorporate other UI elements for any game. I also took a look at building a multiplayer game and I decided to stick with MonoBehaviour for now, as it gets even more complicated to incorporate more than one screen space. I hope to learn new ideas, theories, tips and tricks within the Unity environment and I’m excited to see where it goes.

Similar Posts

  • Embroidery Software

    In the end I decided Embird was the way to go for an affordable embroidery software that was somewhat easy to use. Also there are plenty of tutorials on youtube to help get started. Lately, I’ve had a need for a creative outlet. Recently I was inspired to look into how embroidery sewing machines work….

  • Batch Resize

    There are many tutorials out there to resize images in bulk on youtube. I have found a few that get me close to my goal, but they don’t quite hit all the points or solve my problem. I needed to resize hundreds of product photos from the vendor and these images came in all orientations…

  • WordPress Pi

    I’ve been working on getting my WordPress database back, as it was recently hacked. I am doing my best to get over the total let down from the international hosting corporation, GoDaddy. As the damage is now done, and I need to put my efforts toward database recovery. I am still annoyed that I was…

  • Color Range

    What is the easiest way to change the image background in Photoshop?  Wiki How – this seems like the old way to change a background color. I’m looking for a more efficient way to accomplish a task needing to be done in repetition. Ideally something we could do with a batch edit, but lets not get…

Leave a Reply

Your email address will not be published. Required fields are marked *