Unity3d Visual Effect Graph Essentials

Поділитися
Вставка
  • Опубліковано 29 гру 2018
  • In this video I show you how to setup the Unity3d Visual Effect Graph and what dependencies are required. I also cover how the Visual Effect Graph editor works and setup a basic project to help you get going with this amazing new Unity3d feature available in Unity3d 2018.3.0
    The project demonstrated in this video can be downloaded or cloned from:
    github.com/dilmerv/UnityVFXEs...
    ** DO YOU WANT TO RENDER A SCENE LIKE THIS? MY RECOMMENDED VIDEO CARDS **
    - EVGA GeForce RTX 2080 XC GAMING - amzn.to/2K7MGZi
    - MSI GAMING GeForce RTX 2060 6GB - amzn.to/2MmTQvw
    - Gigabyte GeForce RTX 2070 Windforce 8G Graphics Card - amzn.to/2MdujEU
    - Gigabyte GeForce RTX 2080 Windforce 8G Graphics Card, 3X - amzn.to/2EzGo0Y
    - EVGA GeForce RTX 2080 Ti FTW3 - amzn.to/2HFaHoP
    Get realtime indie development tips from me in Twitter
    / dilmerv
    Subscribe to my indie development videos & game releases newsletter
    www.dilmergames.com
    Blog about Indie development and startup
    www.dilmergames.com/blog

КОМЕНТАРІ • 17

  • @durangogames4146
    @durangogames4146 5 років тому +3

    Holy man, how do you manage to put out so much good content? Much appreciated!

    • @dilmerv
      @dilmerv  5 років тому +2

      Good question I think I am dreaming hehe thanks man

  • @hojaverde5265
    @hojaverde5265 5 років тому

    Dilmer your content is amazing. Keep going!

    • @dilmerv
      @dilmerv  5 років тому

      Thanks José I am glad it helped you that’s the intent :)

  • @estudioentropia6395
    @estudioentropia6395 4 роки тому

    Excelente tutorial! Gracias Dilmer! Teniendo en cuenta que hablas español, aprovecho para hacerte la sugerencia de incluir los subtítulos en español, pienso que sería de gran ayuda para la comunidad de habla hispana. Saludos!

  • @vitaolsen4601
    @vitaolsen4601 4 роки тому +1

    Огромный привет из России! Я очень плохо понимаю английский язык, но повторяя за вами мне всё стало понятно! Спасибо.

    • @HollyRivay
      @HollyRivay 3 роки тому

      хаха, такие же истории

  • @user-kz9sx3wn9k
    @user-kz9sx3wn9k 5 місяців тому

    Thank you!

    • @dilmerv
      @dilmerv  5 місяців тому

      You are very welcome 🙏

  • @RP-dy5mu
    @RP-dy5mu 5 років тому

    Aren't that many particles going to be very resource intensive? I remember one project we had a fuckton of particles (even less than what you have here) and we had to cut some of them because it was affecting the game. So wouldn't it be better to write this as a shader instead?

    • @dilmerv
      @dilmerv  5 років тому

      These are all executed in the GPU and definitely you shouldn’t use them in a low spec machine, I haven’t measure the performance to be honest but I will and post a video about my results :) thanks for your comment !

  • @callgamer1609
    @callgamer1609 5 років тому

    Hey I am unable to download the visual effects graph from github website (interrupted networkerror) or github desktop app , can you help ?

    • @dilmerv
      @dilmerv  5 років тому

      That’s a network error, try using the package manager from within Unity.

  • @jbach
    @jbach 4 роки тому +1

    Hi Dilmer. Thanks for sharing. However I immediately get the following error when opening your github project Using Unity 2019.1.14. HDRP + VFXGraph version 5.13 preview.
    System.Exception: Cannot load. Incorrect path: Packages/com.unity.render-pipelines.high-definition/Runtime/RenderPipelineResources/ShaderGraph/AutodeskInteractive.ShaderGraph Null returned.

    • @dilmerv
      @dilmerv  4 роки тому

      That sounds like a version problem, let me test it with the version you have and see what I can find out, thanks for the info !

    • @jbach
      @jbach 4 роки тому

      Thanks for the incredibly quick reply! In the meantime I will try and build from scratch so I can follow your tutorials.

    • @dilmerv
      @dilmerv  4 роки тому

      Not a problem thank you for your message, let me know if you have problems when doing it from scratch !