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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,8 @@ This package includes two sample scenes that you can import via the Package Mana
100
100
-**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
101
downloaded using UnityWebRequest until you run it out of localhost, on a server.
102
102
103
+
-**Streamed Response is just blank in WebGL Build:** Unity 2020 will have a bug where stream responses return empty, you can update version and try in a never version of Unity.
104
+
103
105
### Further Reading
104
106
For more information on how to use the various request parameters,
105
107
please refer to the OpenAI documentation: https://platform.openai.com/docs/api-reference
0 commit comments