GameSalad Tutorial: How to Make Actors Collide

kristielAll Topics, Tutorial

GameSalad Tutorial: How to Make Actors Collide

In my last blog post, I talked about the absolute basics of GameSalad. I covered the UI and how to create an actor and make that actor move in your scene. As promised, I want to continue with some more tutorial posts to help you get on your way to developing your ideas. In this post, I’m going to continue … Read More

Share this Post

Unity Tutorial: How to Use Enums

kristielCoding & Programming, Unity Game Development

Unity Tutorial: How to Use Enums

Have you ever been working on your game in Unity and wondered how you could create a custom type for a system you were working on? Well, wonder no more! The C# language (and many other languages) have a solution to this problem by using something called an enum. In this blog, we’ll review what enums are and how you can use … Read More

Share this Post

GameSalad 2D Game Maker: A Beginner’s Guide & Tutorial

kristielTutorial

GameSalad 2D Game Maker: A Beginner’s Guide & Tutorial

If you’ve heard of GameSalad, but aren’t quite sure what it is we’ve put together this handy tutorial. Explore this easy-to-use 2d game development software and follow along with this introductory GameSalad tutorial we’ve put together.  Learn the basics, review the user interface and discover how to create a movable character. This article will get you familiar with the software and how GameSalad functions. Education discounts … Read More

Share this Post

Unity Tip: Use Scripts to Modify Particles

kristielTutorial, Unity Game Development

Unity Tip: Use Scripts to Modify Particles

Unity 3D offers an enormous API that provides ways to manipulate the vast majority of objects in your game. However, there are some features that are not as robust as you might hope. Take, for example, the ParticleSystem class. Let’s say, you have a particle system. You want to modify the radius of the particle system’s shape using a script. After a quick … Read More

Share this Post

Unity Tip: Using Code to Change Material Properties

kristielAll Topics, Coding & Programming, Tutorial

Unity-Tip-How to Change Material Properties in Unity

I am working on a Unity Project in my free time. Recently, I wanted to have the ability to dynamically change the material properties of objects when the player looked at them. I did not want a static, unchanging material. I needed to be able to use C# scripts to make the material change features during gameplay. This is relatively easy to do. However, Unity’s … Read More

Share this Post

How to Create a Custom Input Manager in Unity C#

kristielAll Topics, Coding & Programming, Tutorial, Unity Game Development

How to Create a Custom Input Manager in Unity C#

Recently, I created a custom input manager for a game I’m making in Unity 3D. Initial research suggested I use Unity’s built-in Input Manager. However, Unity doesn’t have an API to access most of the Input Manager functionality. However, I wanted a menu in my game where the user could set their own key bindings; a common feature in most PC games. Unity’s Input … Read More

Share this Post

IBM SPSS Statistics Help: How to Fix Missing Toolbars

kristielAll Topics, Support, Tutorial

IBM SPSS Statistics Help: How to Fix Missing Toolbars

Having trouble with your toolbars in IBM SPSS Statistics? You are not alone. One of the most common issues that our customers experience with IBM SPSS Statistics 23 is that toolbars are missing in their software. For reference, this is how the toolbar should appear in your software when you open up a data set: However, in many cases the software … Read More

Share this Post

How to Create a UI in Unity 3D

kristielAll Topics, Tutorial, Unity Game Development

How to Create a UI in Unity 3D

User interfaces (UI’s) are core features in just about every modern software application. Games are no exception to this rule. The vast majority of games utilizes some form of UI to display information such as health, skills, maps, ammo for a weapon, and more. Unity 3D offers a variety of UI elements that you can use in your game. In … Read More

Share this Post