question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't support URP?

See original GitHub issue

Bug description

Hello, I’ve tried several times, but I can’t build a Unity with URP to Win64. After the build, I get sucessufuly artifact, but when I try to run, it happens: image (After Unity logo)

How to reproduce

  • Create project with “3D Sample Scene (URP)” template. (2021. LTS)
  • Try put this into pipeline.
     - uses: game-ci/unity-builder@v2.1.2
       env:
         UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
         UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
         UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}

Expected behavior

Getting same scene from template.

Additional details

Locally all good.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
TDogVoidcommented, Nov 23, 2022

I ran into an issue similar to this. Not sure about the issue of with shaders but I had an all-white screen on urp. It seems to have to do with environmental reflections in the lighting window. I switch it to a custom source, cubemap set to none and it built a normal version. Hopefully, this helps skybox reflections

1reaction
webbertakkencommented, Nov 1, 2022

Edit: I misunderstood. Thanks for the minimal reproducible repo!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows computer doesn't support URP at all - Unity Forum
My windows computer doesn't support any URP games or URP projects at all meaning textures would be pink. I've tried playing the same...
Read more >
Frequently asked questions | Universal RP | 7.1.8
Does URP support a Deferred Renderer? Not yet. We are working on adding support for a Deferred Renderer. Does URP have a public...
Read more >
Migrating Unity shaders to Universal Render Pipeline
If your project contains built-in shaders, these must be converted to URP shaders. This is because built-in shaders are not compatible with URP...
Read more >
Upgrading Unity Standard Shaders to the URP - YouTube
Long and hard tutorial on how to upgrade our packs to the Unity Universal Render Pipeline ( URP ). You can use this...
Read more >
How do I convert unity shader to URP? - Stack Overflow
I don't know much about shaders. Kindly help me out. Shader "Custom/Auto Tiling" { Properties { _Color ("Main Color", Color) = (1, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found