Thanks. Like many others, I love the extension and hope you can get it working.
Printable View
Thanks. Like many others, I love the extension and hope you can get it working.
A 'live' fix for this has been released... So I hope it will now work. I've picked up some other changes in the code that needed bringing over so will update soon.
-pete
EDIT: The new live version now allows movement and targetting as the onHoverUpdate is now been called... But rotation from 'setOrientation' is not been respected.
Was the "live" fix pushed to the Forge? The date stamp is old, and my tokens are back to arrow key only movement.
Yep FGU update, the rotation not working is also been looked at by the FGU devs.
My guess is fixing/adding to the 3D camera view stuff broke some of the 2D stuff..
-pete
Similar than nephranka:
- as a DM I can move the first token (Character or NPC) I drop on a map, but the others (Character or NPC) don't move.
- Spell tokens don't show their/owner names
- Selecting any targets from a spell token radial menu don't select any token
This looks like the returned relative location on the onHoverUpdate is reporting all tokens positions relative to the last token added and not the current target token in the callback. Hence it thinks the other tokens are in different positions, hence now do not have the cursor over them. So only the token you can move would work 'correct' the rest are considered some other location on the image...
-pete
Is this something that can be fixed?