SceneImportSettings: {
    animCurveTolerance?: number;
    animEnableCubic?: boolean;
    animSampleRate?: number;
    animUseFbxFilename?: boolean;
    overwriteAnimation?: boolean;
    overwriteMaterial?: boolean;
    overwriteModel?: boolean;
    overwriteTexture?: boolean;
    pow2?: boolean;
    searchRelatedAssets?: boolean;
    useGlb?: boolean;
}

Import settings used when uploading a scene (fbx etc.).

Type declaration

  • OptionalanimCurveTolerance?: number

    The animation curve tolerance. Defaults to 0.

  • OptionalanimEnableCubic?: boolean

    Whether to enable cubic curves. Defaults to false.

  • OptionalanimSampleRate?: number

    The desired animation sample rate. Defaults to 10.

  • OptionalanimUseFbxFilename?: boolean

    Whether to use the fbx filename for animation names. Defaults to false.

  • OptionaloverwriteAnimation?: boolean

    Whether to overwrite existing animations or create new ones. Defaults to true.

  • OptionaloverwriteMaterial?: boolean

    Whether to overwrite existing materials or create new ones. Defaults to true.

  • OptionaloverwriteModel?: boolean

    Whether to overwrite existing model or create a new one. Defaults to true.

  • OptionaloverwriteTexture?: boolean

    Whether to overwrite existing textures or create new ones. Defaults to true.

  • Optionalpow2?: boolean

    Whether to resize embedded textures to power of 2. Defaults to true.

  • OptionalsearchRelatedAssets?: boolean

    Whether to search for target assets to update throughout the whole project instead of just the same folder. Defaults to true.

  • OptionaluseGlb?: boolean

    Whether to convert models to GLB. Defaults to true.