KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2023-01-01 to 1 month

vscodeでomniSharpの調子が悪い

outputでomniSharpのログを見るとwarnがでている useModernNetをfalseにしろみたいなことがかいてあった falseにし、omniSharpをリスタートする monoのフルパッケージをダウンロードしろ、みたいなことを言われる 以下の右側の方をインストール Download - S…

クリエーティブコーディングという曖昧な言葉を整理する

クリエーティブコーディングという言葉について、いろいろな解釈がある気がするので2種類に分類してみました。 特に「creative」という語について考えます。 「creative」の意味 https://www.oxfordlearnersdictionaries.com/definition/english/creative_1…

hitTest

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("…

Fusen

付箋(比喩)のようにインスペクターにメモ欄を入れる using System.Collections; using System.Collections.Generic; using UnityEngine; public class Fusen : MonoBehaviour { #if UNITY_EDITOR [SerializeField, MultilineAttribute (2)] string message…

"FOOTER"