Search Issue Tracker
By Design
Votes
0
Found in
6000.0.43f1
6000.1.0b11
6000.2.0a7
Issue ID
UUM-100696
Regression
No
Unable to Install ZivaRT Player deprecated package
Steps to reproduce:
- Create a new project
- Open the Packager Manager
- In the Unity Registry, search for "ZivaRT" package
- Try to Install the package
\\
Actual result: The Install button is greyed out
Expected result: The Install button is active
\\
Reproducible with versions: 6000.0.43f1, 6000.1.0b11, 6000.2.0a7
\\
Tested on (OS): Ubuntu 24.04
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
- [Linux] Screen.SetResolution immediately applies windowed resolution when switching from Fullscreen to Windowed mode
- Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
- Console warning “MismatchingRepositoryProjectMessage” when creating a new Unity Version Control workspace
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
Resolution Note:
All available versions of this package are marked as deprecated. The reason you are able to discover this package in the Unity registry view is because release managers marked it as _isDiscoverable_ in the editor manifest (Unity.app > Contents > Resources > Package Manager > Editor > manifest.json)
"com.unity.zivart-player": {
"isDiscoverable": true,
"version": "2.1.0",
"mustBeBundled": true,
"minimumVersion": "2.1.0"
}