Skip to content

Instantly share code, notes, and snippets.

View momo-the-monster's full-sized avatar

Momo the Monster momo-the-monster

View GitHub Profile
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
@momo-the-monster
momo-the-monster / SetGitPath.cs
Created August 6, 2021 00:48
Add Folder to Environment Path in C#
using System;
using UnityEditor;
using UnityEngine;
public class SetGitPath : MonoBehaviour
{
[InitializeOnLoadMethod]
// Start is called before the first frame update
public static void Initialize()
{