Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

VR 5.4b11/SteamVR Broken SpeedTree LOD Transitions

Discussion in '5.4 Beta' started by Tinus, Mar 24, 2016.

  1. Tinus

    Tinus

    Joined:
    Apr 6, 2009
    Posts:
    437


    This might be a known issue, but I haven't seen it mentioned in the recent beta patch notes. Speedtree lods are going haywire when playing with the HTC Vive. (Playing in editor without VR everything is fine)
    • Scales for different lods seem to be off
    • Transitions seem to snap back and forth a few times before settling
    This happens no matter how the lod transition is configured; none, fade, animated, doesn't make a difference.

    I'm on beta 11, SteamVR plugin is up-to-date. I'm not using single-pass stereo rendering. I've reimported the speedtree asset and let it regenerate materials, no dice.

    Any ideas?
     
    Last edited: Mar 24, 2016
  2. Tinus

    Tinus

    Joined:
    Apr 6, 2009
    Posts:
    437
    Still trying to figure out what makes it go from working to broken state. Funny thing is I can break them in entirely different ways just by varying parameters of the TreeInstances in the terrain data. Now the billboards are actually OK, but the hero-lod-level explodes:





    Still appears this only happens in builds, but this at least is presenting itself in both VR and non-VR builds.
     
    Last edited: Mar 29, 2016
  3. Tinus

    Tinus

    Joined:
    Apr 6, 2009
    Posts:
    437
    Actually, Unity's LOD selection seems to change completely when I switch VR support on and off. Without VR a tree is only culled at several kilometers away from the camera, but with VR support they'll be culled way closer the camera.

    Is that a bug or some secret automatic LOD bias being applied?
     
  4. creat327

    creat327

    Joined:
    Mar 19, 2009
    Posts:
    1,756
    i would report it as a bug, it is clearly one
     
  5. Tinus

    Tinus

    Joined:
    Apr 6, 2009
    Posts:
    437
  6. camel82106

    camel82106

    Joined:
    Jul 2, 2013
    Posts:
    304
  7. Tinus

    Tinus

    Joined:
    Apr 6, 2009
    Posts:
    437
    That looks like the same issue, yeah! Good to see it's happening for other people as well. That's entirely without VR right?
     
  8. camel82106

    camel82106

    Joined:
    Jul 2, 2013
    Posts:
    304
    Yeah it's without using of VR. For me workaround is to build game from scene where speedtrees are living. Than bug is not there.

    If I build game for example with mainmenu scene opened. I get ghost trees. So I can choose only one level scene that will be working in result...
     
  9. camel82106

    camel82106

    Joined:
    Jul 2, 2013
    Posts:
    304
    And I have this problem only in built game, in editor it's working normally
     
  10. Tinus

    Tinus

    Joined:
    Apr 6, 2009
    Posts:
    437
    I also noticed that scene-specific tricks, yeah.
     
  11. Harley-B

    Harley-B

    Joined:
    Aug 12, 2013
    Posts:
    3
    Had the same problem. Then I realized LODs are based on their size in screenspace. With VR its actual size in screenspace is based on the one screen that is rendered (the double image), rather then it's relative size to one eye. Bump up the LOD bias in the quality settings. I just detect if a vr device is present and have it adjust the bias so they're about the same wether I'm testing with vr on or off.
     
  12. HolyFireGames

    HolyFireGames

    Joined:
    Apr 23, 2014
    Posts:
    134
    The scene specific trick isn't working for us, are you guys still seeing the exploding tree's?
     
  13. camel82106

    camel82106

    Joined:
    Jul 2, 2013
    Posts:
    304
    Still same, nothing fixed:
    Case 781150

    I was contacted by support, they were not able to reproduce it. After my comment what I believe they were doing wrong. No response after that for nearly 2 months.

    In meantime, scene specific trick wasn't working for me after some change, so I must have reverted through source control. Otherwise whole project would be ....

    Starting to be hopeless. Showstopper with exact repro project although big. And no fix for months.

    I do not like to say it but in fact it's there at least from 10.12.2015 I have created same bug case 752862 for different Unity version. I'm not sure why speedtree bugs are not solved with highest priority. It was an showpiece of Unity 5 release. Something that represents AAA quality inside of Unity...

    Both case open. 752862 without reaction. 781150 was at least noticed... Maybe I'm little sad but I need to notice that I'm pro user :)
     
  14. o1o101

    o1o101

    Joined:
    Jan 19, 2014
    Posts:
    639
    I just posted this beta forum, my problem looks similar. however I am not sure if its the same.
     
  15. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    This issue is fixed in beta 21. Can you confirm?
     
  16. Fuzzy

    Fuzzy

    Joined:
    Feb 11, 2011
    Posts:
    266
    I had this problem before b21, too.
    It seems to be working now.
     
  17. Tinus

    Tinus

    Joined:
    Apr 6, 2009
    Posts:
    437
    I've skipped a couple of betas but I'm on b22 now and this problem is fixed. Thanks!