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
@@ -100,9 +106,7 @@ This package includes two sample scenes that you can import via the Package Mana
100
106
-**Can't See the Image Result in WebGL Builds:** Due to CORS policy of OpenAI image storage in local WebGL builds you will get the generated image's URL however it will not be
101
107
downloaded using UnityWebRequest until you run it out of localhost, on a server.
102
108
103
-
### Further Reading
104
-
For more information on how to use the various request parameters,
105
-
please refer to the OpenAI documentation: https://beta.openai.com/docs/api-reference/introduction
109
+
-**Streamed Response is just blank in WebGL Build:** Unity 2020 WebGL has a bug where stream responses return empty. You can update and try with a newer version of Unity.
106
110
107
111
### Supported Unity Versions for WebGL Builds
108
112
The following table shows the supported Unity versions for WebGL builds:
@@ -112,3 +116,6 @@ The following table shows the supported Unity versions for WebGL builds:
112
116
| 2022.2.8f1 | ✅ |
113
117
| 2021.3.5f1 | ⛔ |
114
118
| 2020.3.0f1 | ✅ |
119
+
120
+
### Further Reading
121
+
For more information on how to use the various request parameters, please refer to the OpenAI documentation: https://platform.openai.com/docs/api-reference
0 commit comments