- Home /
This question was
closed Apr 12, 2019 at 08:01 PM by
unknownuser for the following reason:
Other
Question by
unknownuser · Jun 22, 2013 at 05:39 AM ·
editorcoroutineeditorwindowphpwwwform
Is interraction between EditorWindow and php file possible?
Hi guys, (excuse my English)
Is it possible to interract with other a php file through WWWForm from an EditorWindow derived class ?
I tried to call a method of a monobehaviour script which calls the coroutine method performing the webrequest but it didnt work, any idea ? I could populate the database with a custom inspector using this very strategy but it didnt work with editorWindow :s
Thank you for reading, hope someone can help even a little :(
Comment
Best Answer
Answer by Graham-Dunnett · Jun 23, 2013 at 06:11 PM
Yes, the editor can use WWW
and WWWForm
classes.