Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[21.3.XX] PostWwwForm이 존재하지 않음. #6

Open
DOS0313 opened this issue Jul 26, 2024 · 0 comments
Open

[21.3.XX] PostWwwForm이 존재하지 않음. #6

DOS0313 opened this issue Jul 26, 2024 · 0 comments

Comments

@DOS0313
Copy link
Member

DOS0313 commented Jul 26, 2024

Unity 21.3.XX 버전에서 UnityWebRequest에 PostWwwForm이 존재하지 않음.

이에 따라 코드를 아래와 같이 변경해야만 작동함.

UnityWebRequest.Post($"{HOST}/{api}", (WWWForm)null), callback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant