Skip to content

Instantly share code, notes, and snippets.

View SakaITa's full-sized avatar

Tatsuya Sakai SakaITa

View GitHub Profile
@voluntas
voluntas / webrtc_non_browser.rst
Last active January 21, 2021 05:06
ブラウザ以外で WebRTC を利用する

ブラウザ以外で WebRTC

日時:2018-04-29
作:@voluntas
バージョン:18.4.0
url:https://voluntas.github.io/

クライアント側の WebRTC には明るくないため、

@Hertzole
Hertzole / SceneObject.cs
Last active May 4, 2024 13:04
Unity scene object to easily assign scenes in the inspector.
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
[System.Serializable]
public class SceneObject
{
[SerializeField]
private string m_SceneName;