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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
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.