October Schedule for Educator Webinars Announced

kristielAll Topics

October Schedule for Educator Webinars Announced

October has arrived and we have a great line-up of educator webinars for you! This month’s topics include game design, robotics, English learning, automation, Mechatronics, soft skills, and a lot more to inspire the cauldron of your teaching wonders. At Studica, we are committed to finding the best technologies for education. Helping teachers and students has been our focus for nearly … Read More

Share this Post

Get 2018 Started Right with January Education Webinars

kristielSTEM Education, Webinars

Get 2018 Started Right with January Education Webinars

2018 is on its way! This is the year to bring new, engaging programs to your students. Studica is here to help you with that. We’ve been in the education technology business for over 30 years. Our close relationships with educators and schools give us insights into the needs facing education today. We take this knowledge and then research the … Read More

Share this Post

Exporting Harmony Animations to Unity Animator Controller

Mark PhilippTutorial

Education & Technology Blog EXPORTING HARMONY ANIMATIONS TO UNITY ANIMATOR CONTROLLER Exporting Harmony Animations to Unity Animator Controller

In my last Toon Boom Harmony blog post, I discussed how you could import Harmony sprites into your Unity project using Harmony’s middleware toolkit. While that workflow is relatively simple for getting a sprite into Unity and playing a looping animation, it is not so simple for controlling your sprite’s animations. In this post, we’ll look at how we can … Read More

Share this Post

Exploring Unity Pro, the Creation Engine for Gaming

kristielAll Topics, Unity Game Development

Exploring Unity Pro, the Creation Engine for Gaming

Unity is a robust creation engine that eases the process of game development. Even though the program’s primary function is to develop games, it can also be used for app development for mobile, desktop, console and even TV platforms. In this post, we’ll provide a broad overview of Unity and we’ll discuss the exclusive features of the Unity Pro version. … 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