From 3cf0852c1fff69e95c763751dde132d61afc4e3a Mon Sep 17 00:00:00 2001 From: Byron Mayne Date: Mon, 9 Jan 2017 21:29:49 -0500 Subject: [PATCH] Added the new atom file. --- UnityIO.atom | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 UnityIO.atom diff --git a/UnityIO.atom b/UnityIO.atom new file mode 100644 index 0000000..5dfa541 --- /dev/null +++ b/UnityIO.atom @@ -0,0 +1,57 @@ +{ + "m_PackageName": "UnityIO", + "m_Version": "1.0.0.0", + "m_ContentURL": "https://github.com/ByronMayne/UnityIO", + "m_Assemblies": [ + { + "m_AssemblyName": "UnityIO", + "m_UnityAssetPath": "Assets/UnityIO/", + "m_CompiledScripts": [ + "/proj.unity/Assets/UnityIO/Editor/ContextMenus.cs", + "/proj.unity/Assets/UnityIO/Editor/Directory.cs", + "/proj.unity/Assets/UnityIO/Editor/Exceptions.cs", + "/proj.unity/Assets/UnityIO/Editor/File.cs", + "/proj.unity/Assets/UnityIO/Editor/Files.cs", + "/proj.unity/Assets/UnityIO/Editor/Interfaces/IDirectory.cs", + "/proj.unity/Assets/UnityIO/Editor/Interfaces/IFile.cs", + "/proj.unity/Assets/UnityIO/Editor/Interfaces/IFiles.cs", + "/proj.unity/Assets/UnityIO/Editor/NullFile.cs", + "/proj.unity/Assets/UnityIO/Editor/UnityIO.cs" + ], + "m_References": [ + "UnityEngine", + "System" + ], + "m_SupportPlatforms": { + "EditorCompatible": false, + "StandaloneOSXUniversalCompatible": false, + "StandaloneOSXIntelCompatible": false, + "StandaloneWindowsCompatible": false, + "WebPlayerCompatible": false, + "WebPlayerStreamedCompatible": false, + "iOSCompatible": false, + "PS3Compatible": false, + "XBOX360Compatible": false, + "AndroidCompatible": false, + "StandaloneLinuxCompatible": false, + "StandaloneWindows64Compatible": false, + "WebGLCompatible": false, + "WSAPlayerCompatible": false, + "StandaloneLinux64Compatible": false, + "StandaloneLinuxUniversalCompatible": false, + "WP8PlayerCompatible": false, + "StandaloneOSXIntel64Compatible": false, + "BlackBerryCompatible": false, + "TizenCompatible": false, + "PSP2Compatible": false, + "PS4Compatible": false, + "PSMCompatible": false, + "XboxOneCompatible": false, + "SamsungTVCompatible": false, + "Nintendo3DSCompatible": false, + "WiiUCompatible": false, + "tvOSCompatible": false + } + } + ] +} \ No newline at end of file