Skip to content

Commit

Permalink
Few re-factor
Browse files Browse the repository at this point in the history
  • Loading branch information
314pies committed Jun 4, 2020
1 parent 45e4cd4 commit b691eee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions ParrelSync/Project.cs → ParrelSync/Editor/Project.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if UNITY_EDITOR
using System.Collections;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Linq;
Expand Down Expand Up @@ -107,5 +106,4 @@ private void ParsePath(string path)

}
}
}
#endif
}
File renamed without changes.
10 changes: 5 additions & 5 deletions ParrelSync/projectCloner.asmdef
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "projectCloner",
"name": "ParrelSync",
"references": [],
"optionalUnityReferences": [],
"includePlatforms": [
"includePlatforms": [
"Editor"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

0 comments on commit b691eee

Please sign in to comment.