Methods in C# | Unity Tutorial
Games are all about action. To give your game objects custom behavior, you can use methods. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! A method in a script performs an operation or function. In this tutorial, we will continue with the example in our […]
5 Talks About Virtual Reality You Need To Watch
Virtual reality (VR) is all the rage these days. See below 5 of my favorite recent talks about VR. If you haven’t seen these, where have you been? Want to learn VR game development? Check out our Unity3D course. On sale now for 9 DOLLARS. 1. 1 Year in: Progress, Diversity and Direction in VR | PauseFest […]
Top 5 Sites to Clean with Stylish
Did you know you can clean up websites with different themes? Stylish is a browser extension where you can choose custom themes for the sites you visit! See below my Top 5 favorite sites to clean up with Stylish. Want to make your own custom websites? To learn how to code, check out Mammoth Interactive’s Learn to Code Today […]
Variables in C# | Unity Tutorial
Variables: the building blocks of code. When building a game in Unity, you often need to store information, such as a player’s age or the current time. Variables are perfect for storing data. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! In this tutorial, […]
Creating a C# Script | Unity Tutorial
Do you want to customize the behavior and appearance of your game objects? You can use script to do just that. This tutorial will be the first of a series in which you will learn how to code a C# script for Unity. If you are a beginner and want to learn how to build virtual […]
Applying Transparency | Unity Tutorial
Appearance is everything when it comes to game design. Want to make a transparent object in your game? Let’s do it. If you are a beginner and want to learn how to build virtual reality games, check out our Unity 3D course! Suppose we have a cube in the Scene that has color applied to it with the […]
Build watchOS Apps for the Apple Watch | Course Release
Start now. Do you want to build your own apps for the Apple Watch? Even if you have never coded before, you can build a watchOS app with our brand-new Apple Watch course. You do not need any prior knowledge to take this course – it is perfect for beginners. The Apple Watch course begins […]
Particle Systems | Unity Tutorial
Do want to make a game that has explosions, smoke, or flames? To add effects like these in Unity, you can create particle systems. If you are a beginner and want to learn how to build virtual reality games, check out our Unity 3D course! Each particle in a particle system is a simple mesh. The […]
Applying Physics to an Object | Unity Tutorial
For your VR game to feel real, its objects should move like they would in real life. In this tutorial, you will learn how to make your game objects respect the laws of physics. If you are a beginner and want to learn how to build virtual reality games, check out our Unity 3D course! Create a […]
Changing a Cube’s Color | Unity Tutorial
What’s a game without color? Color is so crucial in game development. Let’s learn how to change color in Unity. If you are a beginner and want to learn how to build virtual reality games, check out our Unity 3D course! Suppose we want to change the color of a cube in Unity’s Scene. Unity provides the […]