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
+1-1
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ 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.
103
+
-**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.
104
104
105
105
### Further Reading
106
106
For more information on how to use the various request parameters,
0 commit comments