Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Tutorials Page 16

The most concise method (I know) of loading a JSON file asynchronously in Unity/C#
Tutorial
Loading code from the Resources folder is bad. Don't do it. But so is eating a dozen chocolate chip cookies. The cookies are delicious and the Resources folder...
How to draw a dungeon
1
3
Tutorial
I'm going to show you my process for drawing a dungeon with these tiles. First of all, remember that you can adjust the size of the "find drawing" window. Drag...
[How-to] Adding a "Reduced Effect Intensity" option to an existing RPG Maker MV game
4
Tutorial
This article is a detailed breakdown of why and how we implemented the accessibility options that were added to Nina Aquila: Legal Eagle in December 2020. Much...
Printing Instructions
Tutorial
In order to print the zine properly, you'll need to make sure a few key settings are, well, set. Specifically, you want to make sure that: You are printing Actu...
Rakugo Basic Part 4 : How to use ask(), menu() and cond() funcs in Dialogue
Tutorial
Project (inspired by Ren'Py) for story driven games in Godot
Rakugo 3 Basic Tutorial part 3 : How to script Dialogues and use say() func
Tutorial
Project (inspired by Ren'Py) for story driven games in Godot
walkthrough_
Tutorial
Good afternoon everyone! I wanted to add a walkthrough for the game, just in case anyone hit a wall while playing the demo. This was previously available as a p...
Making Unity (older versions) WebGL Builds for Itch
Tutorial
When making a game in Unity, it's recommended to host a WebGL build on itch to make your game significantly more accessible. Here's the step-by-step for how to...
Enemy Tutorial - Titan
Tutorial
Titans are the basic enemy land troopers. Their hands are weapons such as blades, energy guns or even shotguns depending on their assembly. They will face you a...
RPG Maker MV Watercolor Tutorial - Dev Diary Video #3
2
2
Tutorial
Done! Phew, this was intense. Apologies if it's very dense with information and visuals, but I like to be thorough. Continuing Development Now that's done and d...
Unity Facepunch.Steamworks P2P Multiplayer Tutorial
2
3
Tutorial
NOTE : I am a huge fan of Itch.io and will be releasing an offline version of Nectar of the Gods at launch on the platform. Unfortunately because Steam's Steamw...
Rakugo 3 Basic Tutorial part 2 : Create First Scene with Dialogue
Tutorial
Project (inspired by Ren'Py) for story driven games in Godot
Enemy Tutorial - Tracer
Tutorial
The Tracer is a mobility restrictor enemy unit. It uses blue laser to trace 3 trajectories around you from its wings and a few seconds later perform high speed...
Rakugo 3 Basic Tutorial part 1 : Project Setup
Tutorial
1 file
Project (inspired by Ren'Py) for story driven games in Godot
How to recolour your boss to reappear as a character in a Visual Novel
Tutorial
It's a common trope in video games. You just defeated the monstrous Scarlet Dragon only to then see a bunch of green-coloured versions of it in the next region...
Enemy Tutorial - Vulcan
Tutorial
The Vulcan is an armored unit containing and orbital cannon inside an indestructible metal shell. In order to attack it opens the shell, extends the cannon, and...
How to UPDATE
Tutorial
In order to update, you need to install the itch.io client. Through this client the DM Helpmate is usually updated automatically, you can follow this process in...
Custom Carddecks
Tutorial
This is a step-by-step guide on “how to create your own carddeck in Cards against Humanity” Step 1: Download the .zip file from the official itch.io page St...
1 file
StuckPixelTool - FAQ
1
Tutorial
How to achieve the best repair results? Set the display brightness to the maximum value Run the repair for several hours If you still have an issue you can try...
Walkthrough
4
Tutorial
Hey everyone! I'd like to thank you all for downloading and playing Sew in Love. This game is a little more strict than my others when it comes to achieving the...
2 files
How to make your games moddable!
Tutorial
Developers are starting to see the benefits of supporting user-generated content , or mods, in their games - they've been proven to extend the shelf-life of gam...
Enemy Tutorial - Punisher
Tutorial
The Punisher is a pasive enemy unit that rotates often to show you one of its two different cores. If you use the wrong kind of energy to shoot down a core, it...
Episode 15, Zoom In effect on Interactive objects
Tutorial
In this episode, we are going to add a cool effect on the interactive objects, Zoom In/Out when we are close to them! We will use the Interactive Base class, wh...
2 files
Creating Footprints In The Snow
Tutorial
I found it quite difficult to find information on using Unity's particle system to make footprints that fade out after a while and follows the direction that th...
Building overview
Tutorial
Building overview List: Cost: -2 Food Cost: -1 Energy Population: +2 Neighbor effects: Everything effects a house. See the other buildings for more information...
Enemy Tutorial - Mirror
Tutorial
The Mirror is an insidious enemy that uses its energy shield to repel your bullets. Depending on the hit angle it may reflect the bullets in your direction and...
How to make a full screen image suitable for portrait and landscape mode.
1
10
Tutorial
In the scene editor, I've added preview settings so you can test how the image will look on different screen sizes. Most developers want to make an app that is...
Enemy Tutorial - Comet
Tutorial
The Comet is a high maneuverability unit and will move at high speeds. Its multi-shot cannons are able to shot 3-5 bullets in a round, so special attention must...
User Manual
Tutorial
Overview - First build the 3D model you wish to render by adjusting/adding/deleting vertices. Then, when satisfied with the model, hit the render button and th...
The Player´s Notebook - Basic UI Design
3
7
Tutorial
As CP and Paul kept you busy with some programming articles in the previous dev logs, we should talk about art again. Today, we are going to make stuff look goo...
Enemy Tutorial - Floater
Tutorial
Today we share our first #EnemyTutorial. Learn how to maximize points when destroying the Floater. How do you destroy it?...
Enemy Tutorial - Thunder
Tutorial
The Thunder unit is a enemy disposable support unit. It will place itself slowly in zones with multiple enemies and blind you if you fail the shot and don't des...
Zumo Spin - Modern Suits Slot Asset V1_8
Tutorial
Zumo Spin Documentation Welcome to the official documentation of Zumo Spin - Modern Suits Slot Asset v.1.8, the betting and gaming system 2D casino! If you are...
2 files
Opening Electric Zine Maker on macOS guide (I downloaded the Electric Zine Maker but it won’t open on my Mac. It keeps getting blocked…)
Tutorial
I just published this walkthrough for how to open the Electric Zine Maker if you are on macOS, and if the application keeps getting blocked by gatekeeper: http...
Saving the Level Data and Reloading from a File
Tutorial
Now that we have the level score data stored in a dictionary structure, we will want to be able to save it in a file so that it will persist even after the play...
Episode 14 Animating a door using timeline (BP & C++)
Tutorial
In this episode, we are going to create a simple door which opens when the player interacts with it. We will base our door in the Interactive Base class, which...
2 files
Episode 13 Adding dialogue to interactive objects and using event delegates
Tutorial
In this episode, we are adding extra elements to the dialogue system. We will add an event delegate to handle when a dialogue ends. We will combine the dialogue...
2 files
Basic Mobility
Tutorial
This is the first post of a tutorial series that will show the users from basic to advanced concepts and techniques. We start the series with a very basic conce...
Using Maps/Dictionaries to Score Game Level Scores
Tutorial
One of the features that I need to include in my game is the ability to award the player stars for each level, depending on how many bounces it took to hit all...
​How to post a Ren'Py browser game
4
11
Tutorial
Hello everyone! I'm sorry but the translation improvement is late. Nevertheless, many people play our game. I'm glad, thank you so much! In this article, I show...
New to SynthVR? Start here!
2
Tutorial
Modular music can be a bit overwhelming when you are just getting started. Check out this amazing introduction by Tom Cosm. In the video, Tom explains the funda...
Adding FBX
Tutorial
Start Blender -> Files-> Import Files -> OBJ -> Files -> Export Files -> FBX...
1 file
Il primo playtest
Tutorial
Ieri sera ho playtestato Un gioco serio per la prima volta, insieme ad Alberto, Alessia e Daniele. Nel complesso è stato un playtest molto interessante: ho ric...
Mac Setup Instructions
Tutorial
From "Read me first.txt" in the mac build: To be able to run the game, please follow these steps: 1. Open Terminal. 2. Navigate to the directory of this game...
1 file
How to do the painted backdrop thing
7
Tutorial
Hey, so quick tech update in case anyone else wants to do something similar. Please bear in mind that I am not a javascript dev - there are probably less stupid...
Our HTML Logging Tool
2
4
Tutorial
In our previous devlogs, we talked about different features and design decisions for Fireside. This time we're going to mix it up a bit with a tool that helps w...
Converting and Loading Levels from GameMaker Studio with JSON
Tutorial
I've made a lot of progress on porting the game to MonoGame, but I know I haven't kept up with this devlog. So the development is actually a lot further along...
Tutorial: How to set up Voice Control
3
Tutorial
Hi there! Today we will take an in depth look on how to get started with Voice Control. After reading this, you should be ready to go live on Twitch with custom...
2 files
Loading more posts...