Skip to content

Instantly share code, notes, and snippets.

@hiroki-o
hiroki-o / AddressableAssetSettingEditor.cs
Created May 2, 2017 06:31
Addressable Asset Settings Editor Tool (for debug)
using System.Collections.Generic;
using UnityEditorInternal;
using UnityEngine;
using UnityEditor.Hardware;
using UnityEditor.VersionControl;
#if ENABLE_CLOUD_SERVICES_COLLAB
using UnityEditor.Collaboration;
using UnityEditor.Web;
#endif
@hiroki-o
hiroki-o / AttachSpringBone.cs
Created December 15, 2017 10:47
UnityChan Dynamic Setup
using UnityEngine;
using UnityEditor;
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using UnityEngine.AssetGraph;
using UnityChan;
@hiroki-o
hiroki-o / Test.json
Created August 30, 2018 09:03
Texture variant config with texture scaler sample
{
"MonoBehaviour": {
"m_Enabled": true,
"m_EditorHideFlags": 0,
"m_Name": "Test",
"m_EditorClassIdentifier": "",
"m_allNodes": [
{
"m_name": "Group By Enemy Dir",
"m_id": "64302069-bf4b-4454-b6f2-1b93b8aa4bc5",
@hiroki-o
hiroki-o / VrmRuntimeLoader.cs
Created April 15, 2020 02:21
FileOpenDialog Loader script (WebGL supported)
using System;
using System.Collections;
using System.Runtime.InteropServices;
using SFB;
using UnityEngine;
using VRM;
//
// Get SFB from https://github.com/gkngkc/UnityStandaloneFileBrowser