回答編集履歴
1
追記
answer
CHANGED
@@ -8,4 +8,19 @@
|
|
8
8
|
**2018.2.0b2で解決させる方法**
|
9
9
|
I wrote a script that allows to copy lighting settings. Perhaps it's useful if you want to write a tool to adjust those hundreds of scenes automatically.
|
10
10
|
私は照明設定をコピーすることを可能にするスクリプトを書きました。あなたがそれらの数百のシーンを自動的に調整するためのツールを書きたいならば、おそらくそれは役に立ちます。
|
11
|
-
[https://bitbucket.org/snippets/pschraut/LeykeL](https://bitbucket.org/snippets/pschraut/LeykeL)
|
11
|
+
[https://bitbucket.org/snippets/pschraut/LeykeL](https://bitbucket.org/snippets/pschraut/LeykeL)
|
12
|
+
|
13
|
+
以下手順です。
|
14
|
+
//
|
15
|
+
// Peter Schrautによって書かれた
|
16
|
+
// http://www.console-dev.de
|
17
|
+
//
|
18
|
+
//このUnityエディタ拡張により、yoyuはライティング設定をコピー&ペーストすることができます
|
19
|
+
//あるシーンから別のシーンへ 次のビデオを確認してください。
|
20
|
+
// https://youtu.be/-TQzrVn1kWM
|
21
|
+
//
|
22
|
+
//このファイルを "Assets / Editor / CopyLightingSettings.cs"として保存します
|
23
|
+
//
|
24
|
+
//最新バージョンをからダウンロードする:
|
25
|
+
// https://bitbucket.org/snippets/pschraut/LeykeL
|
26
|
+
//
|