У нас вы можете посмотреть бесплатно How I Implemented Runtime Mesh Combination in my Minigolf Microgame | Unity Tutorial или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video you'll learn how to perform Mesh Combination at Runtime in Unity! You'll see how I implemented it specifically in my free and open source minigolf microgame and learn the process for you to implement it in your own game! Combining meshes has a load of benefits! From improved performance to reduced "ghost collisions", you'll learn the highlights and how to apply them to your own game! 👨💻 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/?sect... 📚 Resources: ⚫ Play the full game on Itch: https://llamacademy.itch.io/minigolf ⚫ CombineInstance documentation: https://docs.unity3d.com/ScriptRefere... ⚫ How to Avoid Ghost Collisions: • How to Avoid Ghost Collisions | Unity Tuto... ⚫ How the Level Spawner Works: • 1 Scene INFINITE Levels by Spawning Levels... ⚫ Unity Mesh Simplifier (AWESOME, FREE tool!): https://github.com/Whinarn/UnityMeshS... ⚫ Dawid's Mesh Combiner (foundation for this one!): https://github.com/dawid-t/Mesh-Combiner ⚫ Using Unity Mesh Simplifier / AutoLOD: • Free Automatic LOD Generation for 3D Model... 🧡 Believe in LlamAcademy's mission and have received value from the videos? Here's how you can show your support: 🌟 Patreon: / llamacademy 🌟 YouTube Member: / @llamacademy or click the Join button on any video 📚 Take my Unity ShaderGraph Course: https://www.gamedev.tv/p/unity-shader... 👕 Get yourself some LlamAcademy merch: https://llamacademy.myspreadshop.com/ 💸 Use my Affiliate Link for Humble Bundles https://www.humblebundle.com/software... 💸 Publisher Sale! 50% OFF an entire publisher's Assets! Publisher changes weekly! https://assetstore.unity.com/publishe... (affiliate) 💸 Save up to 50% on NEW Assets: https://assetstore.unity.com/?new_sal... (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 00:54 Algorithm Overview 03:55 Demo & Performance Benefit Review 05:25 Entry Point into Combination - CombineAndSimplifyChildren.cs 06:35 Mesh Combination with the CombineInstance - MeshCombiner.cs 13:55 Remove Duplicate Vertices with UnityMeshSimplifier - CombineAndSimplifyChildren.cs 14:55 Final Demo, Support LlamAcademy