Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.2.0b8
Issue ID
942738
Regression
Yes
GestureRecognizer.TappedEvent is deprecated and suggests using OnTappedEvent which no longer exists
Steps to reproduce:
1. Open attached project "942738.zip"
2. Open "Test.cs" script
Actual Result:
*GestureRecognizer.OnTappedEvent event no longer exists*
*GestureRecognizer.TappedEvent is obsolete: 'TappedEvent is deprecated, and will be removed in a future release. Use OnTappedEvent instead.' (which no longer exists)*
Expected: GestureRecognizer.TappedEvent doesn't suggest to use an event which no longer exists
Reproducible with: 2017.2.0b8
Not reproducible with: 2017.2.0b7, 2017.3.0a5
Regression introduced in 2017.2.0b8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
Add comment