A custom component authored as a TypeScript script under Content/. script
is the stable guid of the .ts asset (location-independent, like the asset
refs on GltfModelDoc/ParticleSystemDoc). The editor resolves
the guid, transpiles the file, and instantiates its default-exported
Component subclass at load time.
A custom component authored as a TypeScript script under
Content/.scriptis the stable guid of the.tsasset (location-independent, like the asset refs on GltfModelDoc/ParticleSystemDoc). The editor resolves the guid, transpiles the file, and instantiates its default-exportedComponentsubclass at load time.