Skip to content

Commit

Permalink
Skip intro tutorial on Zapbox (#681)
Browse files Browse the repository at this point in the history
Skip Intro tutorial on Zapbox as controller models not fully implemented yet.
  • Loading branch information
mikeskydev authored Apr 9, 2024
1 parent cf13189 commit 8a8d216
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Assets/Scripts/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,11 @@ void Awake()
// See if this is the first time
HasPlayedBefore = PlayerPrefs.GetInt(kPlayerPrefHasPlayedBefore, 0) == 1;

#if ZAPBOX_SUPPORTED
// TODO:Mikesky - fix zapbox support.
HasPlayedBefore = true;
#endif

// Copy files into Support directory
CopySupportFiles();

Expand Down

0 comments on commit 8a8d216

Please sign in to comment.