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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
charlie128
Jun 24, 2019 02:30
I got the Same bug too