Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
0
Found in
2023.1.0b20
Issue ID
UUM-40703
Regression
Yes
Errors in console when importing Nature Starter Kit package into project
- Create a 3D Core project
- Install the "Nature Starter Kit 2" asset (linked in notes)
- Observe console
Expected Result: No errors in console
Actual Result: Multiple errors thrown into the console
Reproducible with: 2023.2.0a20
Not reproducible with: 2020.3.46f1, 2021.3.27f1, 2022.3.3f1, 2023.1.1f1
Platforms tested: Win 11
Notes: Assets\NatureStarterKit2\Editor\ImageEffects\ColorCorrectionLookupEditor.cs(54,58): error CS0619: 'TextureImporterFormat.AutomaticTruecolor' is obsolete: 'Enum member TextureImporterFormat.AutomaticTruecolor is obsolete. Use the TextureImporter.textureCompression property instead.'
Package: [https://assetstore.unity.com/packages/3d/environments/nature-starter-kit-2-52977]
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
"TextureImporterFormat.AutomaticTruecolor" is marked as obsolete starting from 2023.2. This is intended, it has been marked as deprecated since Unity 5.5.
In order to upgrade the problematic code, please refer to the deprecation notes. (also see: "TextureImporterFormat.Automatic")
We recommend making use of preprocessor directives (for example: #if UNITY_5_5_OR_NEWER) in order to run different (updated) code on newer versions.
Resolution Note (2023.1.X):
"TextureImporterFormat.AutomaticTruecolor" is marked as obsolete starting from 2023.2. This is intended, it has been marked as deprecated since Unity 5.5.
In order to upgrade the problematic code, please refer to the deprecation notes. (also see: "TextureImporterFormat.Automatic")
We recommend making use of preprocessor directives (for example: #if UNITY_5_5_OR_NEWER) in order to run different (updated) code on newer versions.