Coronavirus Statement: Studica & Teacher Resources

kristielAll Topics

Coronavirus Statement: Studica & Teacher Resources

At Studica, our commitment is to the education market, our customers, and our employees. During these uncertain times with the ongoing Novel Coronavirus (COVID-19) situation, this remains true. We understand this situation is a difficult transition for our schools, teachers, educators, administrators, and students. We aim to be a resource for you during this time. As we continually monitor this … Read More

Share this Post

Game Dev Tutorial: How to Play a Video in Unity 2017

Mark PhilippTutorial, Unity Game Development

Game Dev Tutorial: How to Play a Video in Unity 2017

Sometimes, being able to play a video file in your game is something that needs to be done. Fortunately, Unity provides a component and some libraries to help you do just that. In this post, I will talk about the Video Player component and some of the requirements you need to meet so that Unity can play your video in-game. What … Read More

Share this Post

Game Design Tutorial: How to Use Blend Trees in Unity

kristielTutorial, Unity Game Development

Game Design Tutorial: How to Use Blend Trees in Unity

In modern game design and development, 2D and 3D animations are increasingly complex. If you’ve worked on a game in any capacity, you have probably come across a need to have, for example, a walking animation trigger a running animation based on movement speed. To tackle such a problem, Unity 3D has something called blend trees. In this post, we’ll … 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