Agents Navigation Crowds - Unity Asset Store Review

2024 ж. 18 Мам.
2 035 Рет қаралды

📌 Agents Navigation Crowds: assetstore.unity.com/packages... 📌
📌 Agents Navigation Base: assetstore.unity.com/packages... 📌
👉 All Assets on Sale: assetstore.unity.com/?on_sale... 👈
💬 Join our Discord community: tmg.dev/Discord 💬
My Favorite Assets on Sale:
ALINE: assetstore.unity.com/packages...
A* Pathfinding Project Pro: assetstore.unity.com/packages...
File Browser Pro: assetstore.unity.com/packages...
Fullscreen Editor: assetstore.unity.com/packages...
Final IK: assetstore.unity.com/packages...
DOTween Pro: assetstore.unity.com/packages...
Feel: assetstore.unity.com/packages...
Odin Inspector & Serializer: assetstore.unity.com/packages...
Odin Validator: assetstore.unity.com/packages...
Nature Manufacture Forest Environment: assetstore.unity.com/packages...
Shapes Vector Graphics: assetstore.unity.com/packages...
Epic Toon FX: assetstore.unity.com/packages...
Rukhanka - ECS Animation System: assetstore.unity.com/packages...
Other Assets by @LukasChodo
DOTS Plus: assetstore.unity.com/packages...
Adaptive Split Screen: assetstore.unity.com/packages...
DOTS Mesh Slicer: assetstore.unity.com/packages...
Imposter Graph (NEW): assetstore.unity.com/packages...
Asset store affiliate links help support Turbo Makes Games!
💻 My Game Development Setup: tmg.dev/GameDevPC 💻
📸 My Camera Gear: tmg.dev/CameraGear 📸
🎮 Let me know what other topics you want to learn about 🎮
⌚ Time stamps for key topics ⌚
0:00 - Agents Navigation Crowds Overview
1:33 - Asset Store Spring Sale
3:00 - How Agents Navigation Crowds Works
5:52 - Performance Stress Test
6:59 - Issues with Baking Crowd Groups
7:48 - Sample Projects Overview
9:07 - Debug Gizmos
9:34 - Final Thoughts and Wrapup
🌐 Find Me Online! 🌐
📄 Blog: tmg.dev
👨‍💻 GitHub: github.com/JohnnyTurbo
🎮 Games: johnnyturbo.itch.io/
🦅 Twitter: / turbomakesgames
📺 Twitch: / turbomakesgames

Пікірлер
  • HUGE thanks for the review and kind words! I am super happy that you enjoyed my asset, and I did put lots of effort into it. Actually, I started this algorithm implementation almost 10 years ago but could not finish it back then. So, finishing it felt like vindication for myself. I am looking forward to some exciting projects with this system.

    @LukasChodo@LukasChodo14 күн бұрын
    • No kidding, that's got to feel great to have that all not just working, but performing really nicely!! Awesome job 😊

      @TurboMakesGames@TurboMakesGames12 күн бұрын
  • Haha had that baking issue and was gonna ask a question in the Discord but decided to go to bed. Woke up to you asking a question about the same issue. So far I am pretty happy with using the asset, the performance is great and once you learn how to use it, it's pretty straight forward (so far from my experience at least). The documentation isn't great tbh. There could definitely be at least some info on common uses and examples, or even an FAQ. However, the Discord is very active and the dev seems to answer questions daily.

    @normanjebaits4462@normanjebaits446219 күн бұрын
    • Haha that's funny. I get what you mean about the documentation, it is a bit sparse, but the API reference and sample projects filled in some of those gaps for me

      @TurboMakesGames@TurboMakesGames19 күн бұрын
  • Great package and extension. Finally, I've got them, gonna try! Thanks for the notification about sales.

    @Temasdin@Temasdin19 күн бұрын
  • great job! but how to avoid obstacles? SFM model or RVO2?

    @nanzheng-yp5pn@nanzheng-yp5pn18 күн бұрын
    • I assume you refer to local obstacles, so this algorithm already has avoidance based on density. So agents tries to avoid high density areas, as result resembling local avoidance behavior.

      @LukasChodo@LukasChodo14 күн бұрын
    • @@LukasChodo ok,thank u

      @nanzheng-yp5pn@nanzheng-yp5pn12 күн бұрын
  • Man, stuff like this makes me think I should get in to ECS/DOTS.....

    @MagicPigGames@MagicPigGames19 күн бұрын
    • ..... AND THEN YOU SAY I DON'T NEED TO DO THAT TO USE THESE ASSETS.......!

      @MagicPigGames@MagicPigGames19 күн бұрын
    • 😂😂 NOPE! Lukas did a great job with this one making it easy to use

      @TurboMakesGames@TurboMakesGames19 күн бұрын
  • How is the performance on mobile devices? Can this even be used on mobile?

    @hansfritz6026@hansfritz602618 күн бұрын
    • Check the asset video there is small part that shows board defense performance numbers on google pixel

      @LukasChodo@LukasChodo14 күн бұрын
  • doesnt sound like it would work that well with webgl given its lack of liking multithreading

    @lizkimber@lizkimber19 күн бұрын
    • Pretty much anything DOTS can't be used with webgl mode because of threading like you said. There's not much we can do about it except cross our fingers and hope there's a fix coming.

      @LukeClemens@LukeClemens19 күн бұрын
    • @@LukeClemens yeah. Somethings do because you can control the threading aspects and say "dont" but the price often makes it not worth it. There are times i feel like im a recipient on the slap competitions. Each time i try to do fun things. Theres a new slap waiting for me. But webgl is where i put things. Its like building a house with only a teaspoon as a tool

      @lizkimber@lizkimber19 күн бұрын
    • @@LukeClemens I was under the assumption that it is mainly Burst that is not compatible with WebGL? Does WebGL also struggle with Jobs and/or ECS?

      @dreamcatforgotten8435@dreamcatforgotten843519 күн бұрын
    • For sure you are not going to achieve the same grid map or group count as in desktop. You might just have less options in webgl in terms of game mechanics with this system.

      @LukasChodo@LukasChodo18 күн бұрын
    • ​@@dreamcatforgotten8435 I responded to you but it got deleted. It might be because I posted half of a url to a forum post? 😂 Well I don't want to type it all up again so I'll just say that WebGL is supposed to be replaced by a more powerful and faster WebGPU, but it's nowhere near DOTS compatible and it's questionable if it will ever be made DOTS compatible. There is a post about it on the unity forums, but I'm not about to try and give you the link after what happened last time 😂.

      @LukeClemens@LukeClemens18 күн бұрын
KZhead