Hal Brooks·Mar 22, 2022Unity Input System: Action MapsObjective: Uses same keys to control player and car with different movement.
Hal Brooks·Mar 20, 2022Unity Input System: Control SchemesObjective: Create a keyboard and Xbox controller scheme for input actions.
Hal Brooks·Mar 19, 2022Unity Input System: MovementObjective: Setup simple movement using Unity’s new input system.
InDev GeniusbyHal Brooks·Mar 17, 2022Cat Facts: UnityWebRequestObjective: Retrieve a cat image and cat facts using UnityWebRequest.
Hal Brooks·Mar 13, 2022Enemy Waves with Scriptable ObjectsObjective: Create waves of enemies using scriptable objects.
Hal Brooks·Mar 12, 2022Unity ExplosionsObjective: Create an exploding crate that knocks back objects.
Hal Brooks·Mar 10, 2022Unity ObserversObjective: Create cubes which have different responses to the same action.
Hal Brooks·Mar 9, 2022Command Interface: Recording inputObjective: Using an interface create a playback system for player commands.
Hal Brooks·Mar 6, 2022Bullet Pools in UnityObjective: Create a bullet pool to recycle bullets, improving performance.
Hal Brooks·Mar 5, 2022Language-Integrated Queries: LINQObjective: Use Linq to explore a list of items.