Search Issue Tracker
Duplicate
Votes
0
Found in
2018.2.0b8
2018.3.0a1
Issue ID
1047958
Regression
Yes
Errors appear when upgrading the project from 2018.2 to 2018.3
Steps to reproduce:
1. Open supplied project with Unity 2018.2.0b8
2. Open supplied project with Unity 2018.3.0a1
Expected: no errors appear on the latter version because there were none on the former version
Actual: errors appear (see "Errors") which make the scene unplayable
Reproduced in: 2018.3.0a1
Not reproduced in: 2017.1.4f1, 2017.2.3p1, 2017.3.2f1, 2017.4.5f1, 2018.1.4f1, 2018.2.0b8
Errors:
C:\Users\Student QA\AppData\Local\Unity\cache\packages\packages.unity.com\com.unity.package-manager-ui@1.9.9\Editor\Sources\UI\Common\PopupField.cs(8,36): error CS0246: The type or namespace name 'BaseTextElement' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\Student QA\AppData\Local\Unity\cache\packages\packages.unity.com\com.unity.package-manager-ui@1.9.9\Editor\Sources\UI\Common\PopupField.cs(118,33): error CS0115: 'PopupField<T>.ExecuteDefaultAction(EventBase)': no suitable method found to override
C:\Users\Student QA\AppData\Local\Unity\cache\packages\packages.unity.com\com.unity.package-manager-ui@1.9.9\Editor\Sources\UI\Common\PopupField.cs(8,53): error CS0535: 'PopupField<T>' does not implement interface member 'INotifyValueChanged<T>.SetValueWithoutNotify(T)'
C:\Users\Student QA\AppData\Local\Unity\cache\packages\packages.unity.com\com.unity.package-manager-ui@1.9.9\Editor\Sources\UI\Common\PopupField.cs(8,53): error CS0535: 'PopupField<T>' does not implement interface member 'INotifyValueChanged<T>.RemoveOnValueChanged(EventCallback<ChangeEvent<T>>)'
Comments (18)
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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Carterryan1990
Apr 25, 2019 18:40
Wait... Nevermind.. Doing that resulted in every package in my project being removed lol. Beware dont do this
Carterryan1990
Apr 25, 2019 18:37
GOODGOODMAN Thanks bro. Solved my issues
ankuragrawal
Jan 31, 2019 18:15
Try deleting Library folder in the root and let the new Unity version create it again.
AviadorC
Jan 15, 2019 12:37
Find cached version of com.unity.package-manager-ui (Version that worked for me was 2.0.3) and change it with your current project version. If you use Windows version of Unity you can find caches in AppData
haixing233
Dec 23, 2018 12:45
2018.3.0f2 same problem, I just import the 3D Game Kit when I create project and my package manager disappear.
alia_0
Nov 16, 2018 18:24
This is super frustrating, having to reset and then remove all the packages each time unity upgrades :(
GoodGoodMan
Oct 02, 2018 13:35
Try do this : Click Help -> Reset packages to defaults.
It workded for me.
GoodGoodMan
Oct 01, 2018 13:13
I have same isssue. Plz help me...