Skip to content

Instantly share code, notes, and snippets.

View tallestorange's full-sized avatar
🥰
自分磨き止まんな〜い

Yuhel Tanaka tallestorange

🥰
自分磨き止まんな〜い
View GitHub Profile
# .editorconfig について詳しくは、次をご覧ください https://aka.ms/editorconfigdocs
###############################
# Core EditorConfig Options #
###############################
root = true
# All files
[*]
indent_style = space
# Code files
[*.{cs,csx,vb,vbx}]
@tallestorange
tallestorange / AutoBuild.cs
Created December 5, 2021 11:47
HoloLens2アプリ自動ビルドスクリプト(MRTK使用)
using Microsoft.MixedReality.Toolkit.Build.Editor;
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Linq;
using UnityEditor;
using UnityEngine;
public class AutoBuild