KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2022-06-01 to 1 month

肛門付近にとどまっている硬いうんこを出す方法

サバンナの象のうんこよ聞いてくれだるいせつないこわいさみしい 穂村弘 はじめに 食物繊維とか乳酸菌とか水分とかが不足したせいなのか、加齢かストレスのせいかわかりませんが 過去に2度ほど、カチコチになってしまって柔軟さを失ったうんこが肛門付近か…

ドローイングマシーン

p5 + es6

HTML <html lang="en"> <title>p5</title> <head> <link rel="stylesheet" href="./style.css" /> </head> <body> <script src="./p5.min.js"></script> <script src="./index.js" type="module"></script> </body> </html> main import {Hoge} from './Hoge.js'; new p5(function(p5){ p5.setup=function(…

nodebrew

nodeのバージョン変えるやつ。nodeが更新されないと思ったら、これを入れていた・・ qiita.com

cullingMaskをscriptから指定

qiita.com

Scene名取得

SceneManager.GetActiveScene().name qiita.com

ドラッグできるオブジェクト

using System.Collections; using System.Collections.Generic; using UnityEngine; public class DragObj : MonoBehaviour { [SerializeField] private MeshRenderer _meshRenderer; private MaterialPropertyBlock _block; private bool _isDrag=false; pr…

台形補正

using System.Collections; using System.Collections.Generic; using UnityEngine; public class MeshTest : MonoBehaviour { [SerializeField] private MeshFilter _meshFilter; [SerializeField] private MeshRenderer _meshRenderer; [SerializeField] p…

FlyingText3D 使い方

assetstore.unity.com using System.Collections; using System.Collections.Generic; using UnityEngine; public class FontGen : MonoBehaviour { int _index = 0; string _texts="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"; // S…

wifiの名前

macでwifi6に対応している機種 最近のしかないじゃん・・! Wi-Fi 6 に対応している Mac や iOS 機種はどれですか? | Too クリエイターズFAQ | 株式会社Too

EventDispatcher使い方

Event System - Dispatcher | Integration | Unity Asset Store 有料paid asset using System.Collections; using System.Collections.Generic; using UnityEngine; using com.ootii.Messages; public class EventDispatcher : MonoBehaviour { // Start is …

"FOOTER"