Portal Rendering sample not working

Portal Rendering sample doesn’t seem to be working out of the box
Using latest samples and needle packages


Hi! It seems you’re having issues with the Portal Rendering sample in Needle Engine. To troubleshoot effectively, consider checking the following points:

  1. Dependencies: Ensure that you are using the right versions of Needle Engine and Unity. For instance, update to Needle Engine 3.22.6 or later and ensure your Unity version is 2021.3.9f1 or higher (see the documentation).

  2. Sample Configuration: Review the configuration of your sample as described in the Portal Rendering README. This document often contains specific instructions on setup and potential known issues.

  3. Inspect the Console: Look for any error messages in the console log when running the sample. This can provide insights into what might be failing.

  4. Testing in Different Browsers: Sometimes WebXR implementation can behave differently across browsers. Try testing in Chrome, Firefox, or Edge to see if the issue persists.

  5. Debugging with URL Parameters: Utilize debugging URL parameters. Adding ?console to the URL can help you see logs and debug information which might be crucial in understanding why the portal rendering isn’t functioning properly .

If these steps don’t resolve your issue, please provide further details such as any error messages or your current setup configurations so I can assist you better!

1 replies left - Get a PRO license for more AI replies.
thread_T89SysVgUWgznxdzvKaZxYUW
Reply to this message to continue the conversation

Hi,

are you using URP in your project? The sample requires URP to be setup.

See the sample readme

If it doesn’t work with URP then please let me know! But your Unity screenshot suggests that your Unity project is missing setup steps.