Adds Morph Target / Shape Key / Blend Shape animations to RealityKit
From the Xcode menu select File > Add Package Dependencies...
and enter https://github.com/Utsira/RealityMorpher
Add RealityMorpher as a dependency in the Package.swift
file:
dependencies: [
.package(url: "https://github.com/Utsira/RealityMorpher.git", .upToNextMajor(from: "0.0.1"))
]
From the Xcode menu select Product > Build Documentation
to view the documentation.
Minimum iOS 15 or macOS 12.
Keyframe animation features require iOS 17 or macOS 14.
Not compatible with visionOS because it uses CustomMaterial
.