Skip to content

Commit

Permalink
Merge pull request #77 from shinriyo/patch-2
Browse files Browse the repository at this point in the history
not need  MonoBehaviour
  • Loading branch information
thomas-stockx committed Nov 5, 2019
2 parents 43f0b8d + bf4dfcb commit 3d4b623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/unity/DemoApp/Assets/Editor/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using Application = UnityEngine.Application;
using BuildResult = UnityEditor.Build.Reporting.BuildResult;

public class Build : MonoBehaviour
public class Build
{
static readonly string ProjectPath = Path.GetFullPath(Path.Combine(Application.dataPath, ".."));

Expand Down

0 comments on commit 3d4b623

Please sign in to comment.