This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/custom snapshot launch (#1098)
* Custom snapshot launch added Allows user to set a custom snapshot for local launch. The snapshot can be selected at the GDK tools configuration window * Disabled the custom snapshot path text field * Changelog edit with the pull request # * Implemented changes suggested by Martijn Removed custom snapshot path from GdkToolsConfiguration class / Single local launch button that will load the selected snapshot * Added customSnapshotPath PlayerPref abstraction Added customSnapshotPath PlayerPref abstraction to the GdkToolsConfiguration class / When opening the snapshot selection window it now opens on the currently selected snapshot file folder. * Update workers/unity/Packages/io.improbable.gdk.tools/GdkToolsConfigurationWindow.cs Co-Authored-By: Jamie Brynes <[email protected]> * Update workers/unity/Packages/io.improbable.gdk.tools/LocalLaunch.cs Co-Authored-By: Jamie Brynes <[email protected]> * Update workers/unity/Packages/io.improbable.gdk.tools/LocalLaunch.cs Co-Authored-By: Jamie Brynes <[email protected]> * Suggested changes and fixed default folder * Fix for initial case * CHANGELOG.md conflict solved? * CHANGELOG conflict solved - take 2 * CHANGELOG conflict solved - take 3 * Fixed wording on the CHANGELOG * Update CHANGELOG.md Co-Authored-By: Paul Balaji <[email protected]> * Fixed minor issues Removed unused directive and extra newline
- Loading branch information
1 parent
1febf58
commit 3aa596c
Showing
5 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters