4th September 2019

An introduction to Unity3D for easy Android game development

Want to create a game for Android? Chances are that it’s a lot simpler than you probably imagine, you just need to find the right tools. Unity3D is just such a tool that gives you access to a professional-grade game engine and streamlines the development process enough to be suitable for complete beginners. In fact, Unity3D is so beginner-friendly that you can create a pretty decent game with barely any coding experience. What is Unity3D? If you’re into your indie games, then there’s a good chance you will have heard of Unity already as it’s a favorite among small developers. […]
10th March 2018

How to Play a Video in Unity

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 is a Unity Video Player? unity-video-tutorialUnity has a component called a Video Player. This component can be attached to any Game Object in your scene. It allows you to assign a video file to it for playback within your […]