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
- Different build sizes between Editor build and command-line build when "Static Batching" is enabled
- Particle System "Start Rotation" property affects a different axis when upgrading to newer Editor versions
- "Light" Component's "Culling Mask" setting is hidden but still has an effect when using HDRP
- Selecting the Web platform can be done when using the HDRP project
- Textures swap when SpriteRenderers with shared materials and animators are toggled on and off
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.