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

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 16

  • @DigitalAdamTech
    @DigitalAdamTech หลายเดือนก่อน +6

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

    • @FistFullofShrimp
      @FistFullofShrimp  หลายเดือนก่อน

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

  • @eduardomoura2813
    @eduardomoura2813 หลายเดือนก่อน +5

    the best free game engine keeps getting better

  • @attilabacsa2808
    @attilabacsa2808 26 วันที่ผ่านมา

    Very informative video! Got yourself a new subscriber.

  • @Hipernt
    @Hipernt หลายเดือนก่อน +1

    Make a video on Sky Occlusion and Lighting Scenarios. Plz

  • @Tactic3d
    @Tactic3d หลายเดือนก่อน

    Very detailed and clear video, thanks

  • @lemetamax
    @lemetamax หลายเดือนก่อน

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

  • @donmacsween2842
    @donmacsween2842 หลายเดือนก่อน

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

  • @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 หลายเดือนก่อน +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  หลายเดือนก่อน +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 หลายเดือนก่อน +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 8 วันที่ผ่านมา

    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(???)

  • @sercangul4119
    @sercangul4119 หลายเดือนก่อน

    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  หลายเดือนก่อน +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.