webaverse-studios / CharacterCreator

3D Avatar Creator for Everyone
https://moemate.io
MIT License
84 stars 47 forks source link

Stop following mouse when selecting chat or UI #146

Closed lalalune closed 1 year ago

lalalune commented 1 year ago

right now the avatar is following our mouse all the time and it's kinda meh, would feel more natural to lose interest outside of a hot region

soulofmischief commented 1 year ago

This shouldn't take more than 20 minutes to patch, wanna just get it in for initial release?

memelotsqui commented 1 year ago

This issue might require a different implementation than how it currently is working, as right now it only responds when there is mouse movement. In case the user goes out of a "hotbox", we dont have an update call that slowly makes a transition back to its original position, so it would just pop back to initial state, ill be working on a lookatManager script that will allow us to have this functionality

memelotsqui commented 1 year ago

fixed after merge in new-ui-implementation branch, closing