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

Unity Certification Drives Student Achievement

kristielUnity Game Development

Unity Certification Drives Student Achievement

Teach your students core STEM concepts and prepare them for bright careers in game development. Unity Certified Developer Courseware & Unity Certification provide both students and educators a clear pathway for learning, preparing, and evaluating key technical skills required in the game design industry. Unity Certified Developer Courseware & Certification Ensure student success and placement in game development programs for higher … 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