decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

SDK7: The first mouse click” on a 3D object that has an OnPointerDown handler, will not have an effect, requiring another clic #936

Open cfravel opened 1 year ago

cfravel commented 1 year ago

Steps to reproduce:

  1. Load a scene that has a clickable 3D object.
  2. Click just once and drag to position mouse cursor on that object
  3. Click once
  4. // expected: the effect invoked by its OnPointerDown event handler
  5. // actual: nothing happens
  6. Click a second time // the effect occurs

Scenes where this can be tested:

This is a minor annoyance, confusing, but not terribly harmful