お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。
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再帰的に上の階層にあるマテリアルを検索します
Unity will perform a recursive-up search for the material in all Materials folders up to the Assets folder. 例えば「Assets/Model/MyModel.fbx」 である場合: 「Assets/Model/Materials」「Assets/Materials」の順で検索します。 See Also: ModelImporter.materialSearch.