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
- Crash on CallWindowProcW when entering Play mode for the second time and running the Editor in the background while using System.Windows.Forms functions
- 2D Freeform Light shadows disappear when light center is offset from shape bounds
- Crash on MarkAllDependencies when opening scenes with Assets from the YarnSpinner package
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
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.