Search Issue Tracker
Fixed
Fixed in 6000.0.43f1, 6000.1.0b10, 6000.2.0a7
Votes
2
Found in
6000.0.12f1
6000.1.0a7
6000.2.0a1
7000.0.0a1
Issue ID
UUM-77628
Regression
Yes
Script updater for Unity.2D.PixelPerfect.Editor.dll failed when creating a new project in Unity 6000
How to reproduce:
1. Create a new 2D project with Unity 6000.0.12f1
2. Observe the result
Expected result: The project is created successfully
Actual result: Script updater for Unity.2D.PixelPerfect.Editor.dll failed
Reproducible with: 6000.0.12f1(user)
Reproduced on: Windows 10 (user), Windows 11(user)
Not reproduced on: Linux (EndeavourOS) (user)
Note:
* The issue was not reproducible by CQA, confirming regardless after talking with the developers for further investigation
* User has said that the issue is not reproducible in the 2022 stream , but did not specify the version
* Errors:
Script updater for Library\Bee\artifacts\1900b0aE.dag\Unity.2D.PixelPerfect.Editor.dll failed with exitcode 130 and stdout:
System.TypeInitializationException: The type initializer for 'APIUpdater.Framework.Configuration.DefaultConfiguration' threw an exception.
---> System.NullReferenceException: Object reference not set to an instance of an object.
Library\PackageCache\com.unity.2d.pixel-perfect\Editor\Converter\U2DToURPPixelPerfectConverter.cs(26,65): error CS0234: The type or namespace name 'PixelPerfectCamera' does not exist in the namespace 'UnityEngine.Experimental.Rendering.Universal' (are you missing an assembly reference?)
Comments (2)
-
MidniteOil
Nov 27, 2024 00:10
I'm getting this and several similar errors trying to build my project using Unity Cloud Build after upgrading to Unity 6. I am able to build locally.
Unity] [Script Updater] Library/PackageCache/com.unity.2d.pixel-perfect/Editor/Converter/U2DToURPPixelPerfectConverter.cs(26,65): error CS0234: The type or namespace name 'PixelPerfectCamera' does not exist in the namespace 'UnityEngine.Experimental.Rendering.Universal' (are you missing an assembly reference?) -
OSG_PierreP
Nov 20, 2024 15:37
Same error when trying to build in batch mode on a Mac Mini in a brand new project with nothing in it. Unity 6000.0.23f1
Log:
[Script Updater] Failed to resolve 'None' expression : Library/PackageCache/com.unity.2d.pixel-perfect/Editor/Converter/U2DToURPPixelPerfectConverter.cs (57,76). This may cause expected updates to not be applied.
[ApiUpdater] Total time: 1348ms, Parse response file: 31ms, Collect updater configs: 702ms, Update: 613ms, Save: 2ms Files: 2 modified / 2 visited / 5 total (Library/Bee/artifacts/200b0aE.dag/Unity.2D.PixelPerfect.Editor.dll).
STDERR:
[Script Updater] Library/PackageCache/com.unity.2d.pixel-perfect/Editor/Converter/U2DToURPPixelPerfectConverter.cs(26,65): error CS0234: The type or namespace name 'PixelPerfectCamera' does not exist in the namespace 'UnityEngine.Experimental.Rendering.Universal' (are you missing an assembly reference?)
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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Resolution Note (fix version 6000.2.0a7):
Removed some old ApiUpdater configurations that were causing issues to a small number of projects.
Resolution Note (fix version 6000.1.0b10):
Removed some old (not applicable) ApiUpdater configurations that were causing issues to a small number of projects.
Resolution Note (fix version 6000.0.43f1):
Removed some old (not applicable) ApiUpdater configurations that were causing issues to a small number of projects.