Welcome to MyInteractionKit! In this video, we dive into how to effortlessly tween objects in Unity using the SimpleTween class and enhance the interaction with an Interactable Box Trigger. What You’ll Learn:
In this tutorial, I will show you how to customize your Interactable Box from MyInteractionKit
In this tutorial, I will show you about the most important object called the Interactable Box. This is our key component to allow interactions and MyInteractionKit won’t be able to do much with out it.
In this tutorial I will show you how to turn the light on and off using MyInteractionKit. This is not the only way to do it, but using MyInteractionKit does simplify this a bit. MyInteractionKit is available at Unity Assets Store
In this video, I will be demonstrating how to use MyInteractionKit to play animation in Unity. There are many ways to play animation in Unity, this method simplifies in effort, but you have to buy MyInteractionKit in AssetsStore though. Enjoy.
In this tutorial, I will show you how to setup MyInteractionKit. This tutorial will cover how to use the Package Manager to get the package up until ready to use. MyInteractionKit is available in the Unity Assets Store
The script I will be sharing with you today is called the Animation List script. If you are wondering what are the animations that exists inside a certain objects, this script will be helpful. There are two scripts responsible for this. AnimationFinder.cs This script gets all the animations from the Animator component of the object. … Read More “Animation Finder in Unity” »