Search Issue Tracker
Fixed in 2019.1.X
Votes
3
Found in
2017.2.0f3
Issue ID
1028350
Regression
No
Cursor.SetCursor prints "Invalid texture used" warning when the texture is loaded with AssetBundles
How to reproduce:
1. Open attached project "AssetBundlesCursorWarning.zip" and scene "TestScene"
2. In Assets tab, select "Build AssetsBundles"
3. Enter Play mode and observe Console window
Expected result: no warning appears
Actual result: warning "Invalid texture used for cursor - check importer settings" appears
Reproducible with: 5.6.6f1, 2017.1.3p3, 2017.2.2p4, 2017.4.2f1, 2018.1.0f1, 2018.2.0b2
Notes: Texture loaded with AssetDatabase or Resources does not show any warning
Verified with: 2019.1.0a12
Comments (34)
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
- Override move options in Inspector are not disabled when only one Override is added in URP Volume
- “NONE”/“ALL” text in Adaptive Probe Volumes Option Override is too light when Editor theme is set to Light
- Default Volume Profile property does not get reset when the property is selected and the reset button is pressed
- Saving Visual Effect Graph closes it in Visual Effect Graph window
- [Android] "Texture2D.ReadPixels" writes pixels into a texture incorrectly when used with OpenGLES3
charlie128
Jun 24, 2019 02:30
I got the Same bug too