FaceTra Shape Creator
0.9.0
warning
FaceTra now shares code with Starmesh under the MeshLib package, which is included in both products.
If you use Starmesh, please update Starmesh to V1.6.0.
Faster Edit mode performance
The overall performance of the application in Edit mode has been improved.
On my machine, some operations that used to take 110ms now take 15ms.
During uploads and builds, the performance improvements are negligible. It turns out, the majority of the time is spent invoking an internal Unity function to create blendshapes.
This seemingly cannot be improved in a non-destructive manner as the execution duration entirely depends on the number of vertices moved by existing blendshapes on the base face mesh.