-
Llama Software
- Texas
- https://youtube.com/c/LlamAcademy
-
minigolf Public
A minigolf microgame made with Unity for educational purposes
-
mobile-touch-inputs Public
In this tutorial repository you can learn how to add a Touch Movement Joystick to control your player using the New Input System.
-
ladder-navmeshlink Public
Learn how to set up OffMeshLinks via the NavMeshLink component to add ladders your AI can climb into your game!
-
urp-pbr-shader Public
Learn how to recreate all the standard specular surface inputs (PBR) on the URP/Lit Shader in Unity ShaderGraph!
-
light-lod Public
Learn how to apply the "LOD" (Level of Detail) concept to lights!
-
chicken-defense Public
An Open Source game using Unity where you spawn Llamas to defend a chicken coop against spooky snakes and fiendish foxes
-
scriptable-object-based-guns Public
Learn how to create a ScriptableObject-based gun system from scratch for your game!
-
physic-materials-explained Public
This repository is intended to be a playground to see the impacts of changes to Physic Materials in Unity
-
knockback-navmeshagent Public
Learn how to knock back NavMeshAgents using Physics & Forces
-
-
shadergraph-twinkle-lights Public
Learn how to create 3 different flickering emissive effects using ShaderGraph
-
ai-series-part-50 Public
See a full implementation of an enemy AI with GOAP
-
shader-graph-embers Public
Learn how to create an Embers shader that doesn't require a sprite sheet or external texture! We'll be using automatically generated tri-mapped noise to create this effect.
-
vertex-color-blended-shader Public
Learn how blend between 2 (or more) textures using Vertex Colors in a Shader
-
physics-overlap-visualized Public
Play around with different Physics Overlap options to get a better understanding of how they work
-
ai-series-part-48 Public
See a full, end to end implementation of an enemy AI with 4 attacks using a Behavior Tree framework, AI Tree.
-
ai-series-part-47 Public
Learn how you can implement Enemy AI with a Finite State Machine
-
emissive-animation Public
Learn how you can animate the elusive "Intensity" property on the color picker in this beginner friendly tutorial!
-
line-renderer-bezier-path Public
In this tutorial repository you will learn how to make an Editor script that will allow you to smooth a Line Renderer with Bezier Curves.
-
canvas-scaler Public
The Canvas Scaler is a powerful tool to help your UI automatically scale across aspect ratios and resolutions, but understanding exactly how it achieves that is a little nuaced. In this week's vide…
-
ai-series-part-45 Public
Learn how you can generate a Mesh at runtime based on the NavMesh Triangulation.
-
Circular and Linear Waves in ShaderGraph
-
vertex-displacement-basics Public
Learn some of the basics of Vertex Displacement in a shader. A "breathing" effect, and a wiggle side to side effect!
-
unity-iap-2023 Public
Learn how to set up Unity IAP for both Google Play and the Apple App Store
-
ai-series-part-44 Public
Learn how to make AI calculate an intercept path for a moving target.
-
urp-scrolling-texture Public
Learn how to create a scrolling texture shader in URP Shader graph
-
level-resetting Public
Learn how to reset a scene in Unity back to its original state after the player has died, lost, or even won!
-
3d-model-ui-preview Public
Learn how to show animated 3D Models on your UI using a Canvas, Render Texture, and any 3d model
-
async-scene-transitions Public
Learn how to implement a framework to manage animations between scenes.
-
baked-animation-meshes Public
Learn how to bake animations as a series of "snapshots" of meshes.