Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0b7
Issue ID
1093344
Regression
No
Script compile errors prevent packages from installing correctly
I was trying to get an older package from the a$ to work, that needed post processing... For that, I wanted to install the Post Processing package from Package Manager. After downloading the package, I noticed that various components of that package don't work because the script compile erros from that particular asset prevent the PostProcessing from installing itself properly, although they are 2 totally different systems.
In this case, I needed the Post processing package to properly fix this A$ asset, so I ended up with a Chicken-and-Egg kind of problem.
Repro steps:
- download this smaller package https://oc.unity3d.com/index.php/s/63CCYvuNLpmDZjC or the full .unitypackage from the comments
- open it and notice the compiler error
- open Package Manager and add PostProcessing to your project
- after the loading bar finishes, try to add a Post Processing Volume to the Camera object and notice that the component is not there.
- For this small example, it seems that you can restart the project and the PostProcessing package does end up compiling before you get the compile error again, but for the package you get from OC, this workaround doesn't work.
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
- The hover selection/highlight of items in the Insert button dropdown and the Documentation button dropdown are hard to see when hovered using the Light Editor theme
- NullReferenceExceptions appear when clicking to rename and then deleting the only GameObject in a scene
- Crash on "core::base_hash_set" when using nested [SerializeReference] fields in List<T> structures
- A ghost Game Window and multiple errors appear in the Editor when a Render Texture used by a Camera's "Target Texture" property is deleted
- Color Picker feels less smooth when dragging a Variables Color property in UI Builder Inspector
Resolution Note:
In this case there are two possible fixes. Either replace the v1 installation that lives in the Assets folder by the latest v1 version (found here) or delete that same PostProcessing folder and install v2 through the package manager.
Side note: assets from the store that come bundled with official Unity packages are bound to fail at some point, either because of a version incompatibility or because the package has already been imported by another asset that bundles it too... This is risky.