Entries from 2023-01-01 to 1 month
outputでomniSharpのログを見るとwarnがでている useModernNetをfalseにしろみたいなことがかいてあった falseにし、omniSharpをリスタートする monoのフルパッケージをダウンロードしろ、みたいなことを言われる 以下の右側の方をインストール Download - S…
クリエーティブコーディングという言葉について、いろいろな解釈がある気がするので2種類に分類してみました。 特に「creative」という語について考えます。 「creative」の意味 https://www.oxfordlearnersdictionaries.com/definition/english/creative_1…
using System.Collections; using System.Collections.Generic; using UnityEngine; public class HitTest : MonoBehaviour { // Start is called before the first frame update void Start() { } void OnCollisionStay(Collision collision) { Debug.Log("…
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Fusen : MonoBehaviour { #if UNITY_EDITOR [SerializeField, MultilineAttribute (2)] string message; #endif } }