facebook twitter hatena line email

Unity/skybox

提供: 初心者エンジニアの簡易メモ
2021年3月1日 (月) 02:12時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「skyboxをc#で <pre> using UnityEditor; Material sky = AssetDatabase.LoadAssetAtPath("Assets/Skybox/SkyBoxDefault.mat", typeof(Material)) as Material; RenderSettings.skyb...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

skyboxをc#で

using UnityEditor;
Material sky = AssetDatabase.LoadAssetAtPath("Assets/Skybox/SkyBoxDefault.mat", typeof(Material)) as Material;
RenderSettings.skybox = sky;