Skip to content

Commit

Permalink
final touchups, path bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelybecker committed Jul 3, 2021
1 parent 1825bb6 commit 11e1c08
Show file tree
Hide file tree
Showing 6 changed files with 854 additions and 263 deletions.
3 changes: 1 addition & 2 deletions Editor/BuildXRPKAfterCompile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public static void OnPostprocessBuild(BuildTarget target, string pathToBuiltProj

string[] s = Application.dataPath.Split('/');
string projectName = s[s.Length - 2];

string pathToBatchScript = Directory.GetCurrentDirectory() + "/Packages/com.pluto.xrpk-exporter/XRPKData/create-xrpk.bat";
string pathToBatchScript = Path.GetFullPath("Packages/com.pluto.xrpk-exporter/XRPKData/create-xrpk.bat");

// copy default manifest
// TODO: ingest JSON, change xrpk name, rewrite manifest
Expand Down
8 changes: 8 additions & 0 deletions Samples~/XRPKSampleScene/Prefabs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 11e1c08

Please sign in to comment.