Workaround for SET-COOKIE bug in www.responseHeaders?
There is a bug in the way Unity handles the HTTP response headers. A typical HTTP response might look like this: HTTP/1.1 200 OK Content-Type: application/json Date: Sun, 19 Oct 2014 19:48:07 GMT...
View ArticleHow can i receive data from URL like cookies?
How can i receive data from URL like cookies. I find the way for send data but i can't find a way to receive the data from url. For example i want to read cookies from a Image URL and then store that...
View ArticleLight cookies not working on new "Standard" shader
I can only get my light cookies to show up in my scene if I revert back to legacy shaders? What am I doing wrong??
View ArticleIs it possible to bake a spotlight cookie?
The main question is in the title. I can see a cookie in realtime, but when I bake it only the plain light(without the cookie) is baked. Are light cookies realtime only?
View ArticleSpotlight cookie NOT working
Not sure if this is possibly related to any bug but cannot get a spotlight cookie to work. I've followed these directions exactly http://docs.unity3d.com/Manual/HOWTO-LightCookie.html made sure texture...
View ArticleRaycastHit direction and start position
Hi, i have little problem (with my english) with my RaycastHit, I use the Debug.DrawLine for see the start point and the hit point but the direction doesn't look good...![alt text][1] [1]:...
View ArticleCan I bake cookies?
Hello, I wonder if you could help. I'm currently baking lightmaps in my scene and would like to bake in a cookie light. Baking a cookie light causes the cookie to vanish and only the base light to then...
View Articlemaking a grid-based movement system ONLY for a child object
hello, i've got this project in which the player moves around crates and stuff. on key down the player "picks up" the crate (by making it its child and setting the transform to 1 on the y axis) and on...
View Articlesend data from a PHP (service) page to unity webgl
Hello everybody. I have a PHP script that reads data from a previously set cookie in the browser (using setcookie). I would like to consume that service from my unity application (game if you wanna...
View Article[META] First email notification opened in browser session, does NOT open...
When I first open my chrome browser, and look at my UA email notifications: the first link I click (100% of the time) takes me to the Unity Answers website, but rather than opening the question I’ve...
View ArticleHow to purge cookies set previously in header with UnityWebRequest
Hi guys, We have php sessions set up in my team's game but we're having problems deleting/purging cookies after receiving them and setting them in our database controller. The Unity Editor doesn't seem...
View ArticleWhy doesn't the window cookie on the directional light spread creating a...
I am doing the Unity Certification Course and stuck on chapter 7. The person in the tutorial has a room that is moonlit and mine is just black with the cookie being the only light. Here are some...
View ArticleHi Guys , Anyone knows how to access cookies data like username & password of...
I am hosting my game on my own website. i want to get users log in details which has been saved on webpage cookies from unity.How to access these cookies information from unity?
View ArticlePresent cookie data in WWWForm?
Hi again! I've been wondering, and it's not that important, but is it possible to actually send cookie data into a WWWForm? For example, I could somehow set "thiscookie" to "isyummy", send that to the...
View ArticleI have issues with IE8 and reading cookies...
Hello...I am using the cookiecutter script and something is failing only with IE8. Are there any known issues with IE8 and cookies and/or Unity? Could this be a domain/security issue?Thanks stringa
View ArticleCan I Fake Cookies for Debugging in Web Builds?
Self Explanitory....I need to fake some cookies...since my player isn't running on the web, but in the debugger...stringa
View ArticleAccess browser cookies from Web Player
Assume that the web player is embedded in a web page containing a flash application used to authenticate a user. Once the user is authenticated on the server, this one put a cookie in the user web...
View ArticleUsing Http .NET classes through a dll
Since I have the pro version, could I use .NET http classes in a dll to perform all my http connection functionality for the webplayer build? I wish to use the http cookie functionality or at least be...
View ArticleDark light cookie
Hi, Anybody knows if it is possible to create a light cookie that has "negative light"? I want to use a light cookie to darken some specific game areas, and I want to make this by using a light so it's...
View ArticleWWW and cookies/login
I'm trying to make an interface for a browser-based game. I need to be able to have the user log in, which if I'm not mistaken means I need to send a cookie with the WWW request. I don't see a way for...
View Article