- Home /
This post has been wikified, any user with enough reputation can edit it.
Question by
rawatenator · Jun 23, 2011 at 07:09 PM ·
wwwauthenticationuserdjango
Here's how I used Django to do User Auth in Unity3d
I've been trying to do user auth via Django(my favorite web framework) and had a lot of trouble using cookies, http request headers and response headers.
In the process, I found very little documentation or advice on how to do User Auth in Unity3d with Django, so I am publishing my code.
The Unity3d script I wrote only uses the WWW class, and it should work with webplayer and standalone builds.
Here's a blog post for anyone who needs help: unitydjango
Comment
Your answer

Follow this Question
Related Questions
Would a WWW to a PHP file return the computers Info? 0 Answers
MYSQL for webplayer 0 Answers
https -- works in IDE & Standalone, does not work in web browser 1 Answer
LDAP Authentication 2 Answers
Cookie Header With WebPlayer Unity3d 4.3 3 Answers