Doings Stuff - maybe, just maybe it will be useful.
I do stuff. Sometimes it's useful.
Pinned Loading
-
A simple Unity script to make your l...
A simple Unity script to make your lights flicker. Great for candles and torches. 1using System.Collections.Generic;
2using UnityEngine;
34/// <summary>
5/// This script is under CCO License (TL;DR do what you will with it ;-)
-
A simple optimization trick in Unity...
A simple optimization trick in Unity - disable/enable objects based on proximity to the player. 1using UnityEngine;
2using System.Collections;
3using System.Collections.Generic;
4using Sirenix.OdinInspector;
5using System.Linq;
-
Extension to CiDy that will allow yo...
Extension to CiDy that will allow you to create a NavMesh to guide pedestrians around the city. Any NavMesh driven character can be used. I provide some basic open source pedestrian code (see https://www.patreon.com/posts/64257587 and https://youtu.be/nzzS40XHWA8) but it's not required. If you don't use my Character controller code you will need to make a couple of small changes to the scripts (see comments). Add CiDyPedestrians to a convenient object in your scene, setup a couple of parameters and click the "Build NavMesh" button. 1/*
2Extension to CiDy that will allow you to create a NavMesh to guide pedestrians around the city.
3Any NavMesh driven character can be used. I provide some basic open source pedestrian code
4(see https://www.patreon.com/posts/64257587 and https://youtu.be/nzzS40XHWA8) but it's not
5required. If you don't use my Character controller code you will need to make a couple of
-
linux-config
linux-config PublicMy linux config, not likely of use to others and don't expect me to document it.
Shell 2
-
TheWizardsCode/DevLogger
TheWizardsCode/DevLogger PublicDevLogger is a Unity Plugin that helps you keep a DevLog while working on your project.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.