Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MovieImporter.quality

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public var quality: float;
public float quality;

Description

Quality setting to use when importing the movie. This is a float value from 0 to 1.

0 uses strongest compression for small download sizes. 1 uses best quality resulting in larger files. This corresponds directly to the slider in the MovieImporter inspector. The default value is 0.5.