Search Issue Tracker
By Design
Votes
0
Found in [Package]
10.0.0-preview.26
Issue ID
1264802
Regression
No
[URP] Editor throws errors when Physics bult-in package is disabled
How to reproduce:
1. Create a new URP project with 7.0.0 or higher version
2. Disable the Physics built-in package in the Package Manager window
3. Observe errors in the Console window
Expected result: URP should not depend on Physics package
Actual result: URP depends on Physics package
Reproducible with: 2019.4.7f1(7.0.0, 7.4.1), 2020.1.1f1(8.2.0), 2020.2.0a20(10.0.0-preview.26)
Could not test with: 2018.4.26f1 (No URP)
Comments (1)
-
HoangVP
Aug 27, 2021 04:11
I've been making a WebGL game with URP, but Post-Processing is not used.
Since the total build size is 30.1MB, I would like to remove the Physics package (required by Volume framework) which is 6.92MB.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- AI Assistant upgrade banner's `Open package Manager` link doesn't work
- Sub-asset UI does not refresh when undoing Renderer Feature add or remove actions in a URP Renderer asset
- Scene flickers with a green tint when using Screen Space Ambient Occlusion and Contact Shadows with raytracing
- Scripts with null Components on GameObjects are not removed when calling GameObjectUtility.RemoveMonoBehavioursWithMissingScript
- Color Curve Key values remain visible after changing Curve type
Resolution Note:
Physics is required by the Core SRP packages for the Volume framework. There is currently no other way to process efficient interesections so this cannot be changed for now. There is ongoing discussions regarding this matter but nothing in the short term is going to be done about this.