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
- "There can only be one active Event System" Warning is logged when entering Play Mode in the BenchmarkScene of the 3D Universal sample Template
- Motion blur is forced and exaggerated through transparents when "Sort with Refractive" and Motion blur is enabled
- MaterialPropertyBlock of a SpriteRenderer is reset when it is updated through the color picker
- TlsException is thrown when AVG Mail SSL Scan is used
- Edit Bounding Volume buttons are missing when GameObject contains a component with a missing script
charlie128
Jun 24, 2019 02:30
I got the Same bug too