How to Create a Simple Circuit with mySTEM Project Board

kristielAll Topics, NI | National Instruments, Tutorial

How to Create a Simple Circuit with mySTEM ™ Project Board

If you are interested in controls education or electrical engineering, you’ll find the mySTEM™ Project Board is a useful attachment for your NI myDAQ. I won’t go into the technical specifications of the hardware, but if you’re curious, you can find that information on the mySTEM product page. Use the project board to plug into your National Instruments myDAQ to wire circuits, … Read More

Share this Post

How to Install IBM SPSS Statistics on Windows

kristielAll Topics, Support, Tutorial

How to Install IBM SPSS Statistics on Windows - Studica Support Tutorial with Instructions

IBM SPSS Statistics is something Studica sells a lot of. Students, Faculty, and academic institutions heavily use the software for all sorts of classes; Statistics, Psychology, Sociology, and many other subjects. Most support requests I receive are for installation issues with SPSS Statistics. In this post, I will outline every step of the installation procedure so you can easily resolve your installation … Read More

Share this Post

Unity Tutorial: How to Use Animator Controllers and Triggers

kristielTutorial, Unity Game Development

Unity Tutorial: How to Use Animator Controllers and Triggers

Unity 3D has some great tools for handling animations. In general, developers will utilize animation controllers (Unity calls them animator controllers) to handle which animations to play and when to play them. In this Unity tutorial blog, I’m going to provide step-by-step instructions to create a very simple animation controller. This controller will be able to play an animation when … Read More

Share this Post

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

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