KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2022-07-28 to 1 day

How to use Graphics.DrawMesh

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Duplicator : MonoBehaviour { [SerializeField] private Mesh _mesh; [SerializeField] private Material _mat; private MaterialPropertyBlock _block; pri…

"FOOTER"