Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question SteamVR multi pass rendering in URP turns particle systems invisible

Discussion in 'VR' started by forbs01, Oct 14, 2020.

  1. forbs01

    forbs01

    Joined:
    Oct 14, 2020
    Posts:
    1
    Hi,

    I'm having an issue where if I switch to multi pass rendering in a Universal Render Pipeline project with SteamVR, all my particle systems and line renderers become invisible in the game view. They still show up okay in the scene view however.

    The following error gets logged in the console:
    Code (CSharp):
    1. Assertion failed on expression: 'IsMatrixValid(matrix)' UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
    I've tried both version 2020.1.0f1 and the latest 2020.1.8f1 with clean projects, and the same problem occurs.

    If someone could help me pinpoint what's wrong here I'd be forever thankful! :)
     
  2. icormier

    icormier

    Joined:
    Aug 26, 2021
    Posts:
    16
    Hi @forbs01 sorry for reviving this but have you evet figured it out?