Skip to content

Commit 463053a

Browse files
committed
Meta files
1 parent 2c22204 commit 463053a

File tree

60 files changed

+718
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+718
-178
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ sysinfo.txt
3535
*.apk
3636
*.unitypackage
3737
.DS_Store
38-
39-
*.meta

Editor.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/AbstractDestinationEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using UnityEditor;
66
using Object = UnityEngine.Object;
77

8-
namespace Assets.Scripts.UnityToCustomEngineExporter.Editor
8+
namespace UnityToCustomEngineExporter.Editor
99
{
1010
public abstract class AbstractDestinationEngine
1111
{

Editor/AbstractDestinationEngine.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/DDS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Runtime.InteropServices;
44
using UnityEngine;
55

6-
namespace Assets.Scripts.UnityToCustomEngineExporter.Editor
6+
namespace UnityToCustomEngineExporter.Editor
77
{
88
public class DDS
99
{

Editor/DDS.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/EditorTaskScheduler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using UnityEditor;
77
using Debug = UnityEngine.Debug;
88

9-
namespace Assets.Scripts.UnityToCustomEngineExporter.Editor
9+
namespace UnityToCustomEngineExporter.Editor
1010
{
1111
public class EditorTaskScheduler
1212
{

Editor/EditorTaskScheduler.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/ExportOptions.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/ExportUtils.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)