Async preload — ensures the giver's species + every clade
ancestor + the body plan are live runtime singletons before the
sync isAnimate body runs. Without this preload, a fresh
dispatch into the void would find getSpecies() returning null
(species template never cloned) and isAnimate would report
false for an otherwise-alive Homo sapiens avatar. Delegates to
SpeciesApi.preloadAnatomy — the shared substrate helper that
the sense / ESP validators and Avatar.installDefaultLoadout
also use.
Async preload — ensures the giver's species + every clade ancestor + the body plan are live runtime singletons before the sync
isAnimatebody runs. Without this preload, a fresh dispatch into the void would findgetSpecies()returningnull(species template never cloned) andisAnimatewould report false for an otherwise-alive Homo sapiens avatar. Delegates toSpeciesApi.preloadAnatomy— the shared substrate helper that the sense / ESP validators andAvatar.installDefaultLoadoutalso use.