Learn how I used ScriptableObjects to spawn tiles and prefabs into my single game scene to support INFINITE numbers of levels! Using a simple editor tool and the Tilemap, I crafted the levels in the editor, saved them to a ScriptableObject to ensure visual consistency across the levels and keeping a small game footprint.
👨💻 As always, all code from this video is available on GitHub: https://github.com/llamacademy/minigolf
🏷️Save 25% on the ultimate C# IDE: JetBrains Rider with code LLAMACADEMY: https://www.jetbrains.com/store/?section=personal&billing=yearly
📚 Resources:
⚫ Editor Tool Tutorial: https://youtu.be/6MkYUYuuhLM
⚫ How I used the Tilemap to build these levels: https://youtu.be/dAAIoJ0chXw
⚫ How to combine meshes at runtime: (coming soon 😉)
⚫ Play the Game on Itch: https://llamacademy.itch.io/minigolf
🧡 Believe in LlamAcademy's mission and have received value from the videos? Here's how you can show your support:
🌟 Patreon: https://www.patreon.com/llamacademy
🌟 YouTube Member: https://www.youtube.com/channel/UCnWm6pMD38R1E2vCAByGb6w/join or click the Join button on any video
📚 Take my Unity ShaderGraph Course:
https://www.gamedev.tv/p/unity-shader-graph?affcode=45216_kuvg0bp7
👕 Get yourself some LlamAcademy merch: https://llamacademy.myspreadshop.com/
💸 Use my Affiliate Link for Humble Bundles https://humblebundleinc.sjv.io/9g4ak4
💸 Publisher Sale! 50% OFF an entire publisher's Assets! Publisher changes weekly! https://assetstore.unity.com/publisher-sale?aid=1101l9QvC (affiliate)
💸 Save up to 50% on NEW Assets: https://assetstore.unity.com/?new_sale=true&orderBy=1&aid=1101l9QvC (affiliate)
Some links may be affiliate links, which at no additional cost to you, gives me a small portion of the purchase.
Chapters:
00:00 Topic Introduction
01:17 How Scene Data is Saved
01:40 Demo / How it works
02:45 Main Menu / Passing Data Between Main Menu & Game Scene
03:29 How to Spawn the Objects
06:09 Procedural Animate In
07:45 Start the Game & Reset Ball on Out of Bounds
10:25 Recap, Closing Thoughts, & Support LlamAcademy