How to make Minimap in Unity 2021 (works for multiple floors)

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 15

  • @SunnyValleyStudio
    @SunnyValleyStudio  3 роки тому +2

    To swap the camera displayed in the game view you need to change the "Display" at the top menu of the game view.
    Here is how to set it on the camera docs.unity3d.com/Manual/class-Camera.html

  • @Mogo-jan
    @Mogo-jan 2 роки тому

    There's no other tutorials out there that explains how to do multiple floors, so this saved me so much time trying to figure it out

  • @johnsartain4160
    @johnsartain4160 Рік тому +1

    I watched a few other tutorials but they didn't do what I wanted them to do So thank you for fixing my problem

  • @McBlueskai
    @McBlueskai 2 роки тому +3

    Bro, Im just going randomly through your tutorials and I just want to say that they are the best. Well done, high quality, uniqe topics. Most tutorials out there are utterly garbage. Yours are just so well made and the code is super clean. You really deserve more views, Im not even a long while fan, I literally just hit subscribed for the first time but your explanations and code patterns are really good. I hope that you will get more views in the future.

    • @SunnyValleyStudio
      @SunnyValleyStudio  2 роки тому +1

      Thanks a lot for the kind words 😊 I'm doing my bets to cover interesting topics so that others can benefit from them.
      Thanks for watching!

  • @amoryleaf
    @amoryleaf 3 роки тому +1

    Omg! I just spent the past week trying to do this in UE4! Hahaha I just got it done yesterday. I could barely find any tutorials on it. I think it's funny that you happened to come out with one today! XD

  • @playcompile
    @playcompile Рік тому +1

    Really great tutorial, thanks!

  • @aliengarden
    @aliengarden Рік тому +1

    There's a type (Unit) in the title of this video. Feel free to delete when fixed!

  • @ultima_maxima
    @ultima_maxima 2 роки тому

    I've been stuck on this for a while, and I believe that if you are using LWRP, the camera doesn't support SetReplacementShader or RenderWithShader.

    • @SunnyValleyStudio
      @SunnyValleyStudio  2 роки тому

      Hey!
      I think in URP you would need to use Render Objects Renderer Feature (docs.unity3d.com/Packages/com.unity.render-pipelines.universal@15.0/manual/renderer-features/renderer-feature-render-objects.html)

    • @ultima_maxima
      @ultima_maxima 2 роки тому

      Yes, I ended up using the render feature and gave my camera a custom forward renderer. Thanks for the response.