You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-14Lines changed: 8 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ We will be adding to this platform as PlayFab's features grow.
26
26
* If you have an older SDK, we recommend reading [this upgrade guide](https://github.com/PlayFab/UnitySDK/blob/master/UPGRADE.md) prior to upgrading.
27
27
* If no SDK was detected, this plugin can download and install the latest SDK version from gitHub.
28
28
5. After a supported SDK is installed, you will need to select a studio and title id.
29
-
6. After a studio and title id are selected, you may use the Editor Extensions to configure the SDK settings from within the IDE.
29
+
6. After a studio and title id are selected, you may now call APIs and use the Editor Extensions to configure the SDK settings from within the IDE.
30
30
31
31

32
32
@@ -53,9 +53,7 @@ Now that Admin & Server APIs and Models are all included in one single SDK, we r
53
53
You may move our plugin folder around; however, we discourage renaming the root(*PlayFabEditorExtensions*) folder. This may cause the relative links within the plugin to break.
54
54
55
55
## Troubleshooting and Support:
56
-
This project is designed to work with Unity 5.4+. Using this plugin on earlier versions should work; however,
57
-
58
-
If you choose to remove Editor Extensions make sure to close the Inspector window prior to deleting the files.
56
+
This project is designed to work with Unity 5.4+. Using this plugin on earlier versions should work; however, If you choose to remove Editor Extensions make sure to close the Inspector window prior to deleting the files.
59
57
60
58
Did you find an issue or is Editor Extensions giving you a bad experience?
61
59
@@ -80,21 +78,17 @@ Let us know what we are missing and we will do our best to accommodate.
80
78
81
79
### Known Issues:
82
80
83
-
1. Occasional Error thrown when making web requests.
84
-
* Currently under investigation, this does not seem to be impacting functionality.
85
-
2. The EditorExtensions Tab is open and nothing is being drawn.
86
-
* This typically is caused when renaming the PlayFabEditorExtensions directory.
87
-
3. The EditorExtensions may rarely crash the Unity Window Layouts.
88
-
* This may cause the inspector to stop drawing the PlayFab inspector until a [Reset Layouts](http://answers.unity3d.com/questions/613376/how-do-i-reset-the-layout-of-the-editor.html"Unity Answers") has been performed.
89
-
4. Plugins and other packages must be installed / removed / upgraded separately
90
-
5. When toggling the API sets (Client, Server, Admin), sometimes the editor does not recompile and apply the updated definitions.
81
+
1. The EditorExtensions Tab is open and nothing is being drawn.
82
+
* This typically is caused when the PlayFabEditorExtensions directory has been renamed.
83
+
2. Plugins and other packages must be installed / removed / upgraded separately
84
+
3. When toggling the API sets (Client, Server, Admin), sometimes the editor does not recompile and apply the updated definitions.
91
85
* This can be manually set via under **Build Settings > Player Settings**. More information can be found [here](https://docs.unity3d.com/Manual/PlatformDependentCompilation.html).
86
+
87
+
A complete list of issues can be found [here](https://github.com/PlayFab/UnityEditorExtensions/issues)
92
88
93
89
#####Unsupported Build-Targets:
94
90
***Unity Web Player** - The editor Extensions will not work properly when Unity is set to output Web Player builds. Web player was removed in Unity 5.4, and is no longer a supported build target.
95
91
96
-
97
-
98
92
##Copyright and Licensing Information:
99
93
100
94
Apache License -- Version 2.0, January 2004 [http://www.apache.org/licenses/](http://www.apache.org/licenses/)
0 commit comments