Search Issue Tracker
Fixed
Fixed in 4.0.0-pre.2
Votes
0
Found in [Package]
4.0.0-pre.1
Issue ID
TMPB-139
Regression
Yes
”error CS0029: Cannot implicitly convert type 'uint[]' to 'int[]'“ errors appear when using TextMeshPro 4.0.0-pre.1
How to reproduce:
1. Open the user’s attached project
2. Observe the Console window
Expected result: No errors
Actual result: “error CS0029: error CS0029: Cannot implicitly convert type 'uint\[]' to 'int\[]'“ errors appear
Reproducible with: 4.0.0-pre.1 (2022.2.0b4, 2022.2.0b10, 2023.1.0a14)
Not reproducible with: 3.2.0-pre.3 (2020.3.40f1, 2021.3.11f1, 2022.1.20f1, 2022.2.0b10, 2023.1.0a14), 4.0.0-pre.1 (2022.1.20f1, 2022.2.0b3)
Reproduced on: macOS 12.4 (Intel)
Note: Deleting the Library folder doesn’t solve the issue
Full error: Library/PackageCache/com.unity.textmeshpro@4.0.0-pre.1/Scripts/Runtime/TMP_Text.cs(3427,35): error CS0029: Cannot implicitly convert type 'uint\[]' to 'int\[]'
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
- “ReferenceError: Pointer_stringify is not defined” error is thrown when downloading a file
Add comment