This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.IO; | |
using UnityEditor; | |
using UnityEditor.AssetImporters; | |
using UnityEngine; | |
/// <summary> | |
/// Scripted importer for files with .lua extension. | |
/// Will create a text asset from the lua script | |
/// </summary> | |
[ScriptedImporter(1, "lua")] |