魔法のメモ

CG N GAME BLOG

2021-01-01から1年間の記事一覧

Unity_サンプルモデル_アニメーション

www.mixamo.com

Unity_Enemy

www.youtube.com assetstore.unity.com www.youtube.com www.youtube.com

Unity_Unityちゃん

■オーディオ www.youtube.com

Unity_ShaderGraph

ponkotsu-box.hatenablog.com docs.unity3d.com amagamina.jp unity.com www.youtube.com www.youtube.com www.youtube.com ■Shader < UniversalRenderPipline < Split UnlitShaderを使う www.youtube.com www.youtube.com www.youtube.com www.youtube.com …

SubstanceDesigner_モデルのインポート

forum.substance3d.com

Blender_Fur

https://firestorage.jp/download/fbc5c17f30106c045f3e7bdc9f0e901b1f7bb1f7 www.youtube.com

Blender_逆引き_002

■ ■ ■ ■ ■ ■ ■ ■ ■モード変更 ctrl +tab

Blender_Bone

■骨を分割 ■ウェイト前にロールで骨の角度を変えておく ■親子関係の変更 ■Rootボーンは ボーンのtailがワールド座標に回転を合わせる=Rootボーンを回転させて、ワールド回転に合わせる ■ウェイトを切る alt+p

Blender_Eye_tutorial

www.youtube.com

Blender_Cycles

www.youtube.com

Blender_Animation

www.youtube.com ■ I (アイ)キー キーフレーム

SubstancePainter_メモ00

C#_Unity_逆引き05

■コインカウント ■ScoreText using UnityEngine.UI; public class ScoreText : MonoBehaviour{ Text text; public static int coinAmount; // Start is called before the first frame update void Start() { text = GetComponent<Text>(); } // Update is called </text>…

SubstancePainter_ズーム_マウスを逆回転

www.muro8.com

雑多_血液デカール

www.youtube.com

雑多_浮世絵風_Ps

www.youtube.com https://jp.linkedin.com/learning/painting-with-photoshop-white-cosmos/612373?autoplay=true&trk=course_preview&upsellOrderOrigin=default_guest_learning https://jp.linkedin.com/learning/painting-with-photoshop-perishing-poins…

Blender_Weight

■ウェイト ■AutNormalizeでウェイトの値が自動で足し引きされる ■ウェイトペイント方法 骨を選択、モデル選択<ウェイトペイントモード ■骨の選択方法 ctrl+左クリック ■ポーズのリセット ※EditModeで骨を選択

C#_Unity_逆引き04

※トリガーチェックを外したジャンプ台を重ねないと下にすり抜ける スクリプトはいらない ■ジャンプ台 ※ずっと跳ねちゃう床 https://programming.sincoston.com/unity-jump-ramp/ [SerializeField] public float jumpuForce = 20.0f; ---------- private void…

C#_Unity_逆引き03

■移動床 https://futabazemi.net/unity/move_floor/ https://futabazemi.net/unity/drop_floor/ https://futabazemi.net/unity/elevator/ 【スライド床】 [PL] if(transform.parent == null && collision.gameObject.name == "Floor_Slide") { var emptyObje…

Blender_EEVEE

SubstancePainter_Enemy

www.youtube.com

スーパーマリオブラザーズ

■背景 移動床 土管→別シーン ばね 天秤床 ■アイテム ブロックコイン 直置きコイン パワーアップ(☆敵も) ブロックとか触った物が別の見た目や物に変わる ■システム 奥行 コインカウント ラストのポイントカウント グラップリングガン ヨッシーに乗れる ゲー…

Blender_逆引き_001

■全選択 Aキー ■親子付け https://www.3d-design.net/2019/10/29/blender-parent/ ■選択部分の拡大 control + +or - https://original-game.com/blender-selection-method-list/ ■Top、Front等の表示 https://mizuncoonote.blogspot.com/2019/08/blender-4th…

C#_Unity_逆引き02

■下から叩くとアイテムが出るブロック https://indie-game-creation-with-unity.hatenablog.com/entry/item-box-unity2d https://stackoverflow.com/questions/53453014/collider-istouching-for-3d-colliders using System.Collections;using System.Collec…

SubstanceDesigner_物の怪

www.youtube.com

SubstanceDesigner_WEB

SubstanceDesigner_GroundCrack_SpiderWeb

www.youtube.com

C#_Unity_逆引き01

■Lerp 直線上にある2つのベクトル間を補間する関数 https://qiita.com/aimy-07/items/ad0d99191da21c0adbc3 ■DefaultExecutionOrder(-1) スクリプトの実行順番をスクリプトから書く 【Unity】DefaultExecutionOrderでスクリプトの実行順番をスクリプトから…

SubstanceDesigner_SpiderWeb

www.youtube.com

C#_Unity_Unit5