Skip to content

0.1.10.14

Compare
Choose a tag to compare
@linuxgurugamer linuxgurugamer released this 09 Oct 19:29
· 16 commits to master since this release

Fixed performance issue in the editor when FocusFollowsMouse was active
Two problems:
GetComponent was being called on every part
EditorActionGroups.Instance.ClearSelection was being called every time through Update()
Added global value for FocusFollowsClick or FocusFollowsMouse for all new saves