modular-avatar icon indicating copy to clipboard operation
modular-avatar copied to clipboard

RenameParameters perf issues

Open bdunderscore opened this issue 11 months ago • 0 comments

Possible ideas:

  • Clone animators using AssetDatabase.CopyAsset
  • Use the internal AnimatorController.RenameParameter API
  • Cache the graph traversal results
  • Stop using SerializedObject as heavily if possible
  • YAML parsing......? 🤮

bdunderscore avatar Mar 16 '24 07:03 bdunderscore