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
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,6 @@ This package includes two sample scenes that you can import via the Package Mana
70
70
-**DallE sample:** A DALL.E text to image generation example.
71
71
72
72
### Known Issues
73
-
-**Some Endpoints are not available in WebGL Project:** Some of the endpoints such as image edits, image variations, file and fine tune creations depend on multipart form uploads,
74
-
and UnityWebRequests with forms does not work as expected. For that reason C# Net.Http library is used however usage of the
75
-
library is blocked in WebGL due to security reasons.
76
-
77
73
-**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
78
74
downloaded using UnityWebRequest until you run it out of localhost, on a server.
0 commit comments