Doesn't support URP?
See original GitHub issueBug 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: (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:
- Created a year ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
Edit: I misunderstood. Thanks for the minimal reproducible repo!