Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.2.0-pre.12 - Entities
Issue ID
ECSB-963
Regression
No
Internal project fails to start after upgrading packages
*Steps to reproduce:*
# Open Blobario project (link in the ticket below)
# Open Package Manager
# Click the + icon and "Add project with git..."
# Type in the following packages in the field one by one:
## com.untiy.entities@1.2.0-pre.12
## com.untiy.entities.graphics@1.2.0-pre.12
## com.untiy.physics@1.2.0-pre.12
## com.unity.netcode@1.2.0-pre.12
# Open scene: "Scenes/MainMenu"
# Enter Play mode
# Click on the "Connect" button
*Actual results:* Errors are thrown and the game does not start
*Expected results:* No errors are thrown and a circle moving around the screen is rendered.
*Tested on (OS):* Windows 10
{*}Notes{*}:
* After deleting the "Library" folder a few times, the issue was fixed
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
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is shown when launching a freshly created project
- Editor Windows dragging behavior is erratic/glitchy when a specific multi-display setup is used and the Editor window is not on the main display
- Meta Quest missing an icon in Build Profiles window in U6.0
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
Resolution Note:
For the package script updating system to work, a project must be updated with each minor version of a package in order. You can't go from 1.0 to 1.2, you must go from 1.0 to 1.1 then to 1.2 for example.