Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.23f1
Issue ID
UUM-85436
Regression
Yes
Error is thrown from the "U2DToURPPixelPerfectConverter" script when starting URP 2D project with Korean language selected
Reproduction steps:
1. Open Unity Editor
2. Open the Preferences window (Edit > Preferences)
3. Change language to “Korean” under the “Language” tab
4. Make sure “Localize compiler messages” is enabled
5. Close the Editor
6. Create a new “URP 2D” Project
7. Observe the Console window
Expected result: No errors are thrown
Actual result: Error “Library\PackageCache\com.unity.2d.pixel-perfect\Editor\Converter\U2DToURPPixelPerfectConverter.cs(43,40): error CS0234: 'UnityEngine.Experimental.Rendering.Universal' 네임스페이스에 'PixelPerfectCamera' 형식 또는 네임스페이스 이름이 없습니다. 어셈블리 참조가 있는지 확인하세요.” is thrown
Reproducible with: 2023.2.0a16, 2023.2.20f1, 6000.0.23f1
Not reproducible with: 2021.3.45f1, 2022.3.44f1, 2023.2.0a15
Reproducible on: Windows 10
Not reproducible on: No other environment found
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note:
URP Pixel Perfect is already moved out of the experimental namespace in 2023.3.0a4. The 2D pixel perfect package is in maintenance mode and will be deprecated. As a result, no backports will be made for this.