HttpWebRequest No longer working?
Hi, I'm having trouble with HttpWebRequests that no longer work in my WebPlayer app . The code now hangs in the HttpWebRequest.Create(uri)function... I have just recently (2 days ago) upgraded Unity...
View ArticlePHPSESSID with Unity
Hello everyone, I'm looking for some expert advice here. Currently I have a working WWW call to login to a website public IEnumerator Login() { WWW www; WWWForm form = new WWWForm();...
View ArticleFlashlight Cookie Not Displaying
Hello guys! I have a flashlight (spotlight) and a cookie that I made for it. It is 256x256 and greyscale/grayscale, I imported into unity, and I don't get the image displaying, I get it as a...
View ArticleOnline documentation not saving preferred language?
I'm new to Unity development, and I'm not sure if this is a recent bug, but the online documentation doesn't seem to be saving the preferred language. More specifically, if you look in the console, you...
View Articlesave cookie after login and use it for login again
Hi , i use this code to login webservice i want to save cookies and login to webservies without user name and password but , i dont know how to save cookies after login ! can any body help me ? thanks...
View ArticleLight Cookies on imported Models
I want to have a very simple light cookie , a square cookie . I wanted to only point the light to a certain part of my 3d model , I wanted the light to only lighten a square part of my model . I could...
View ArticleCant get spotlight cookie to work
I have tried multiple settings. I tried importing as jpeg, and png. Tried proper settings for the graphic as a texture, cookie and advanced settings. I also tried changing my project quality to "good"....
View ArticleWorkaround 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 Article