[過去ログ]
UnityでMMO作りたいけどどうする!?(^^Part2 [無断転載禁止]©2ch.net (1002レス)
上
下
前
次
1-
新
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
588
:
名前は開発中のものです。
[sage] 2017/08/27(日) 07:42:36.67
ID:+LtuPRMJ(41/81)
AA×
[240|
320
|
480
|
600
|
原寸
|
JPG
|
べ
|
レス栞
|
レス消
]
588: 名前は開発中のものです。 [sage] 2017/08/27(日) 07:42:36.67 ID:+LtuPRMJ public class ItemManager : MonoBehaviour { List<GameObject> ItemSlots = new List<GameObject>(); GameObject Slots; Sprite[] textures; Playerbokking bokking; [SerializeField] Image IMAGE; void Start () { textures = Resources.LoadAll<Sprite>("ItemTityPotions"); Slots = GameObject.Find("Slots"); bokking = GameObject.Find("Ethan").GetComponent<Playerbokking>(); for (int i = 0; i < 100; i++) { GameObject obj = (GameObject)Resources.Load("ItemRaw1"); GameObject prefab = Instantiate(obj); prefab.transform.SetParent(Slots.transform); ItemSlots.Add (prefab); } } } http://mevius.5ch.net/test/read.cgi/gamedev/1502688196/588
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
あと 414 レスあります
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
ぬこの手
ぬこTOP
0.029s