The default Unity inspector doesn't handle listening to value changes very well. If you use get and set, a lot of code is required to sync the value with the inspector. To solve this pain point, I ...
※Animator Controllerを使わずにアニメーションを再生する場合は必要がない SkeletonData から Animator Controller を生成 インポートしたファイル内のSkeletonDataを選択 ↓SkeletonDataのファイル名 「インポート時のファイル名」_SkeletonData Inspectorウィンドウの一番下にある ...
Hello! Let's build on the following simple Unity script and improve the inspector experience for it by adding in attributes. using UnityEngine; public class ExampleScript : MonoBehaviour { private ...
Unityが新しく公開した Unity Studio (Beta) を、30分ほど触ってみました。 普段、UnityやRoblox、Minecraftを子どもたちと一緒に扱っている立場として、 「これは教育の現場でどう活きる?」「UCC文化にどう影響する?」 という視点で見てみると、かなり面白い発見が ...