Install Chocolatey on Windows

Install Chocolatey on Windows Do you want learn to code? Enroll in this FREE Python and Data Science course that’s available for a limited time. Star earning your way to a coding career today

Automate NFT Minting

Automate NFT Minting Automate minting a non-fungible token (ERC721 built with OpenZeppelin). Build an automation script with Python to mint to a local Ethereum blockchain running with the Ganache Command Line Interface. Learn blockchain decentralized app development with Brownie dapps and Web3. Full course: https://www.kickstarter.com/projects/johnbura/the-complete-python-automation-and-machine-learning-bundle?ref=dwc1w0 Tools: ● Brownie v1.18.1 ● Solidity 0.8.12 ● Python 3.10.2 […]

Dapp Console Scripts

Dapp Console Scripts Run scripts with the Brownie console. Learn blockchain decentralized app development with Brownie dapps and Web3. Full course: https://www.kickstarter.com/projects/johnbura/the-complete-python-automation-and-machine-learning-bundle?ref=dwc1w0 Tools: ● Brownie v1.18.1 ● Solidity 0.8.12 ● Python 3.10.2 Do you want learn to code? Enroll in this FREE Python and Data Science course that’s available for a limited time. Star earning […]

Creating a C++ Script | Unreal Tutorial

Scripts are so important when it comes to making a game in Unreal. For an in-depth lesson on Unreal, consider enrolling in Mammoth Interactive’s Unreal course.  If you want to add a player to your game, you need to write code to give the player its own behavior. Default modes contain logic from Unreal. To create a […]

Implementing a Button | Unity Tutorial

In virtual reality (VR) games, one of the few interactions a player can make is press a button by looking at it. In this tutorial, we will implement the button we made in our previous Unity tutorial. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! […]

Designing a Button | Unity Tutorial

In virtual reality (VR) games, one of the few interactions a player can make is press a button by looking at it. In this tutorial, we will design a button in Unity. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! VR has limited interactions with […]

Activating VR Split Mode | Unity Tutorial

If you want to make your game work in VR, you need to activate the VR Split Mode. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! Once you’ve integrated a VR software development kit (SDK), press Play to simulate the game. Notice that you will still […]

Activating Virtual Reality | Unity Tutorial

The first step to making a virtual reality (VR) game is activating VR Mode. In this tutorial, you will learn how to integrate a VR software development kit (SDK). If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! What is VR Mode? Create a new Unity project named […]

If Blocks in C# | Unity Tutorial

Suppose we wanted to run code only when a certain condition is met. For instance, a player could only fly in a game if they had a jet pack. A player could only buy a bicycle if they had enough money. To implement this kind of functionality, we can use if blocks. If you are a […]

Changing Properties LIVE | Unity Tutorial

One of the uses of methods is changing the properties of an object live as your game runs. If you are a beginner and want to learn how to build virtual reality games, check out our Unity 3D course! Suppose you want to change the size of the cube while the game is running. You can use […]