supportedFeatures top-level constant
The format feature flags this build understands. A document that lists a
feature outside this set in its featuresRequired is refused.
Implementation
const Set<String> supportedFeatures = {
'skinning',
'prefabInstances',
'streaming',
'renderTextures',
};