unityの自分用備忘録

unityの勉強をメモ的に書いてます

2019-05-01から1ヶ月間の記事一覧

急いでメモ オブジェクトプール

ノート系のオブジェクトは毎回生成して消してってやると処理が重いのでプールして取り出す感じみたい。 プールについてはこちら https://qiita.com/Akira_Kido_N/items/b5fa0c1ef324e57b0c28

Koreographer 自分用メモ 雑多

koreograhper 使いこなせないのでいじっている最中メモタイミングの取り出しをしたい(予定) using System.Collections; using System.Collections.Generic; using UnityEngine; using SonicBloom.Koreo; using SonicBloom.Koreo.Players; public class Kor…

【Unity】Master Audio: AAA Sound Solutionを使いこなしたい

Master Audio:AAASoundSolution とは https://assetstore.unity.com/packages/tools/audio/master-audio-aaa-sound-5607 ZyngaやKingsIsleなど話題の企業のためのオーディオプラグイン Master Audioがとてつもなく使いやすい、速い、他を寄せ付けないパワー…