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
- Non-standard pointers cannot change Inspector values with arrow controls when crossing Inspector area
- No longer able to change the Toggle or Slider GameObjects' Target Graphic value and a NullReferenceException is thrown when the Target Graphic value is set to None at any point
- Blank area appears at the top of Inspector and Build Settings windows when touching and dragging downward with a Wacom tablet pen
- Buttons overlap with the tab divider in the Branch Explorer options when resizing tabs
- “InvalidOperationException” errors are thrown when entering Play Mode in the Timeline’s Customization Samples
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.