Search Issue Tracker
Fixed in 10.2.X
Votes
1
Found in [Package]
10.0.0 - preview.27
Issue ID
1279471
Regression
No
[VFX Graph][URP] Warning appears from VFX Graph mentioning degraded performance on mobile devices when building for Android
Reproduction steps:
1. Create a new project and import Universal RP and Visual Effects Graph
2. Switch the Platform to Android
3. Build for Android
Expected result: a warning does not appear when building for Android
Actual result: a warning appears "Game scripts or other custom code contains OnMouse_ event handlers. Presence of such handlers might impact performance on handheld devices." when building for Android
Reproduces on: VFX Graph 4.10.0 - preview (2018.4.28f1), VFX Graph 7.3.1 (2019.4.12f1), VFX Graph 8.2.0 (2020.1.8f1), VFX Graph 10.0.0 - preview.27 (2020.2.0b6)
Notes:
-The warning appears only when Visual Effect Graph is included, and goes away again if the package is removed
-Warning does not appear with Shader Graph
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 (fix version 10.2):
Disabling this code path for Android/iOS : https://github.com/Unity-Technologies/Graphics/commit/25af3c5f00f728307859766d5b5d2793436fe0e4/