How to Use Adaptive Probe Volumes in Unity 6 : Master Lighting Performance with One Simple Tool!

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 17

  • @eduardomoura2813
    @eduardomoura2813 2 месяца назад +8

    the best free game engine keeps getting better

  • @DigitalAdamTech
    @DigitalAdamTech 2 месяца назад +7

    I'd love to see how to do a time-of-day using Adaptive Probe Volumes!

    • @FistFullofShrimp
      @FistFullofShrimp  2 месяца назад +1

      I'm really looking forward to doing this one. It looks great from the demos that they've shown.

  • @attilabacsa2808
    @attilabacsa2808 Месяц назад +1

    Very informative video! Got yourself a new subscriber.

  • @Tactic3d
    @Tactic3d Месяц назад

    Very detailed and clear video, thanks

  • @donmacsween2842
    @donmacsween2842 2 месяца назад

    Thanks Shrimp great vid as always. Have you tried APV in VR yet?

  • @lemetamax
    @lemetamax Месяц назад

    Subscribed!
    Make a video of the sky occlusion and the resident drawer thing

  • @Hipernt
    @Hipernt Месяц назад +1

    Make a video on Sky Occlusion and Lighting Scenarios. Plz

  • @aramistorvell
    @aramistorvell Месяц назад

    Could you do the same thing with a VR scene example ? Because this one is too heavy to run smoothly as a standalone app on Quest 3

  • @Nidy1135
    @Nidy1135 2 месяца назад +1

    Hej thanks for the vid!
    When trying to reproduce, within a new project. I have the problem, that dynamic objects dont cast any shadow. But in your example they do? What did I miss? My light is set to cast shadow and baked

    • @FistFullofShrimp
      @FistFullofShrimp  2 месяца назад +1

      Are you using the URP template or a completely new project? If you're using the URP Template, your lighting settings should be fine so I would check some other things : Lights are set to Mixed and not Baked. The also should have Real-time Shadows set to true, Dynamic Objects Mesh Renderer Cast Shadows = True.

    • @Nidy1135
      @Nidy1135 2 месяца назад +1

      Thanks for the answer. I started with a completely empty project. But as I checked out the sample project, I think I spotted the issue. There is a dynamic shadow custom script on some lights, thats generating the realtime shadow even if they are set to baked.
      For me I go with mixed for now🤷‍♂️

  • @haachamachama7
    @haachamachama7 27 дней назад +1

    Well shoot, i think this might just be a Unity issue, but i'm getting this error whenever i try to bake...
    IndexOutOfRangeException: Invalid kernelIndex (0) passed, must be non-negative less than 0. UnityEngine.ComputeShader.GetKernelThreadGroupSizes
    Any idea if it can be fixed?
    Edit: I fixed it, if anyone else gets this i'll leave this here, but... basically just had to delete the library folder(???)

    • @GColeman-xl3yr
      @GColeman-xl3yr 17 дней назад +1

      Having the same issue. I'll try it. Thanks!

  • @sercangul4119
    @sercangul4119 2 месяца назад

    Hello Shrimp! Have you ever tried new fancy features of Unity 6 such as Resident Drawer, GPU Occlusion Culling and STP with oculus integration package. I have tried to impelmenet Resident Drawer along with GPU Occlusion Culling, somehow gpu utilization has sky rocketed.

    • @FistFullofShrimp
      @FistFullofShrimp  2 месяца назад +1

      Hola! I haven't had the pleasure of playing with those tools yet, so take what I have with a grain of salt. It sounds like the Resident Drawer uses up GPU memory to keep assets local to the GPU, then you have Occlusion Culling that is offloading occlusion calculations onto the GPU. Both combined might be competing for GPU resources depending on how you're scene is set up. I'd test it out with one and then the other. Maybe you'll be able to see if they are competing or if one isn't configured correctly.