Skip to content

Instantly share code, notes, and snippets.

@ShunMc
ShunMc / AcoImporter.cs
Last active March 31, 2019 13:09
AcoImporter
using System.IO;
using UnityEngine;
using UnityEditor;
using UnityEditor.Experimental.AssetImporters;
using PhotoshopFile;
[ScriptedImporter(1, "aco")]
public class AcoImporter : ScriptedImporter
{
public override void OnImportAsset(AssetImportContext ctx)