Skip to content

Instantly share code, notes, and snippets.

View Gamu2059's full-sized avatar

Gamu Gamu2059

View GitHub Profile
@Gamu2059
Gamu2059 / CriAtomSourceEditorController.cs
Created March 11, 2020 18:57
Unityのエディタ上でのポーズやミュートにCriAtomSourceを対応させるためのコンポーネントです。
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
/// <summary>
/// CriAtomSourceコンポーネントと同じオブジェクトにアタッチして使用して下さい。
@Gamu2059
Gamu2059 / CriAtomSourceEditorController.cs
Created March 11, 2020 18:57
Unityのエディタ上でのポーズやミュートにCriAtomSourceを対応させるためのコンポーネントです。
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
/// <summary>
/// CriAtomSourceコンポーネントと同じオブジェクトにアタッチして使用して下さい。