アバターデザイン要望まとめ
3/20追記: 本募集は3/18に締め切りました。
概要
3Dアバター用のデザイン依頼をしたい…!ということで獏星(ばくすたー)@baku_dreameaterが書き起こしたテキストです。
要約:
3/20追記: 本募集は3/18に締め切りました。
3Dアバター用のデザイン依頼をしたい…!ということで獏星(ばくすたー)@baku_dreameaterが書き起こしたテキストです。
要約:
using System.Threading; | |
using System.Threading.Tasks; | |
using UnityEngine; | |
using UnityEngine.Rendering; | |
using Microsoft.Azure.Kinect.Sensor; | |
namespace TestKinect | |
{ | |
public class TestKinect : MonoBehaviour | |
{ |
using System; | |
using System.Collections.Concurrent; | |
using System.Collections.Generic; | |
using System.Threading; | |
namespace QueueTests | |
{ | |
class Program | |
{ | |
static void Main() |