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
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
- Visual Effects Graph Blackboard can't be scrolled horizontally
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.