質問編集履歴
2
プレビュー動画追加と、scene追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,4 +19,14 @@
|
|
19
19
|
わかる方、返信いただきたいです。
|
20
20
|
|
21
21
|
参考:Shapes2Dのドキュメントはこちら
|
22
|
-
https://sub-c.org/Shapes2D/documentation/index.html?highlight=setting#
|
22
|
+
https://sub-c.org/Shapes2D/documentation/index.html?highlight=setting#
|
23
|
+
|
24
|
+
#追記20210730
|
25
|
+
プロジェクトzipです。
|
26
|
+
[https://drive.google.com/file/d/1Mku8_EPZlJdt88Q7Uy_LIX5kGmAO1M_W/view?usp=sharing](https://drive.google.com/file/d/1Mku8_EPZlJdt88Q7Uy_LIX5kGmAO1M_W/view?usp=sharing)
|
27
|
+
|
28
|
+
プレビュー画面の動画(mov)です。
|
29
|
+
|
30
|
+
[https://drive.google.com/file/d/148DhzK27sboRL0j0sbhhKeNZNeUzmyJk/view?usp=sharing](https://drive.google.com/file/d/148DhzK27sboRL0j0sbhhKeNZNeUzmyJk/view?usp=sharing)
|
31
|
+
|
32
|
+
プレビュー直後に適用されてません、なぜか、ボタンオブジェクトを選択すると丸くなるのですが、実際iPhoneなどで実行したところ角張った状態となります。
|
1
Shapes2Dのドキュメントはこちら https://sub-c.org/Shapes2D/documentation/index.html?highlight=setting#
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,4 +16,7 @@
|
|
16
16
|
```
|
17
17
|
ボタンは1000個近くあり、そこに適用したいので、
|
18
18
|
どうにか動的にAddComponentしたいのですが、
|
19
|
-
わかる方、返信いただきたいです。
|
19
|
+
わかる方、返信いただきたいです。
|
20
|
+
|
21
|
+
参考:Shapes2Dのドキュメントはこちら
|
22
|
+
https://sub-c.org/Shapes2D/documentation/index.html?highlight=setting#
|