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
- Warning "Unable to load Unity.Android.Gradle's referenced assembly NiceIO ..." when recompiling scripts
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
- [HDRP Wizard] Reload Window fails to reload the HDRP Wizard window
- [HDRP Wizard] Fix All button is not presented using the macOS system
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
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.