Search Unity

Bug Render option gone

Discussion in 'Universal Render Pipeline' started by unity_F1B787694943806E0893, Mar 26, 2023.

  1. unity_F1B787694943806E0893

    unity_F1B787694943806E0893

    Joined:
    Sep 28, 2022
    Posts:
    5
    I don't know how it happened but i cannot use any URP assets or can i make a new one for testing, even the URP Global Settings are gone under Graphics in the Project Settings.

    Does someone know how i can fix this??

    Screenshot (20).png Screenshot (21).png
     
  2. wwWwwwW1

    wwWwwwW1

    Joined:
    Oct 31, 2021
    Posts:
    769
    Looks like there's no Core RP package installed in the project. It should be added automatically because of the URP/HDRP package dependencies, maybe you can try installing it yourself.

    If it doesn't work, you can also try creating a new empty project. But I don't suggest installing both HDRP and URP in Unity 2021.
     
  3. unity_F1B787694943806E0893

    unity_F1B787694943806E0893

    Joined:
    Sep 28, 2022
    Posts:
    5
    Thx for the reply,

    How would i go about installing Core RP?
    And or how do i transfer everything from the old project to the new one?
     
  4. wwWwwwW1

    wwWwwwW1

    Joined:
    Oct 31, 2021
    Posts:
    769
    You can find all publicly available packages from Unity in "Unity Registry" scope.
    PackageManager_CoreRP.jpg

    Is the project using Built-in RP? If yes, there're lots of tutorials to upgrade a Built-in project to URP/HDRP.

    One way to re-install all packages is to delete the "YourProject/Library/PackageCache" folder and the Editor will reload them. You may also want to remove unwanted packages in "YourProject/Package/manifest.json" before the package re-installing.
     
  5. unity_F1B787694943806E0893

    unity_F1B787694943806E0893

    Joined:
    Sep 28, 2022
    Posts:
    5
    I have Core RP installed but cant removed.


    I was using a URP from an asset.

    i've tried removing the PackageCache folder but it wont get removed, i even tried removing the contents of the folder but even that doesnt work.
     
  6. wwWwwwW1

    wwWwwwW1

    Joined:
    Oct 31, 2021
    Posts:
    769
    Is "Creating URP Global Settings Asset" exist in the right click pop-up menu?
    URPGlobalSettingsAsset.jpg
     
  7. unity_F1B787694943806E0893

    unity_F1B787694943806E0893

    Joined:
    Sep 28, 2022
    Posts:
    5
    Unfortunately not, this is all i have under Create
     

    Attached Files:

  8. wwWwwwW1

    wwWwwwW1

    Joined:
    Oct 31, 2021
    Posts:
    769
    I suggest creating a new empty URP project and move your files (including *.meta) to the new one. Maybe someone else knows what happened.
     
  9. unity_F1B787694943806E0893

    unity_F1B787694943806E0893

    Joined:
    Sep 28, 2022
    Posts:
    5
    Will do, thx for helping nonetheless.
     
    wwWwwwW1 likes this.