PHPSESSID 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 ArticleLightweight Render Pipeline Light Cookies Issue
Hello everyone ! I work with the new **Lightweight Render Pipeline** on my project wich helps me alot to achieve nice shader for our game, but as it's describe here : ![alt text][1] [1]:...
View ArticleUnityWebRequest.SendWebRequest() doesn't function properly with cookies
Hello I try to connect to url with UnityWebRequest.SendWebRequest() but there are some errors. Here is the code and my comments to it. UnityWebRequest login_request = UnityWebRequest.Get(serverName +...
View ArticleLogin cookies
I have created a simple login with Unit, php and mysql for Android devices. However I am facing difficulties to understand how cookies work and are the cookies the right way to persist the...
View ArticleCookie not correctly set in UnityWebRequest in 2018.3
It seems that Unity has changed the implementation of how UnityWebRequest handles cookies, and it's not documented anywhere. I have a RESTful API (written in Django), which has CSRF protection. And I...
View ArticleProgressive Lightmapper to create cookies
Hi! So I'm using Unity's Progressive Lightmapper to create a cubemap cookie for my lamp asset. I'm following the instructions from this document (page 19 & 20):...
View ArticleSystem cookies login application?,Cookie systeme login FPS Game
Hello, I created a system of connection, but I would like to create a system of cookies not to have to connect to each launch of my game. Thank you for your reonce Jesver ,> Blockquote Hello I made...
View ArticleVisualizing Camera preview
Hi I am developing an application to visualize what security cameras would see in a house or office and I am having problems with the visualization. Right now users can create, personalize and preview...
View ArticleSaving and Fetching Cookies from UnityWebRequest
Hello, Does anyone know about storing/fetching cookies in Unity using UnityWebRequest? I found Get/SetRequestHeader and GetResponseHeader but it didn't work out for me. Do we have to manually save the...
View ArticleFlashlight coockie not working properly
Hello, i am making a horror game project and i am having some issiues with a light cookie. So, basically, the light cookie that i am using, isn't working as expected, it seems to have a gray thing on...
View ArticleSharing session between app and browser ?
Hello, How would you go about sharing session/cookie between app and browser ? I am looking for general practice on this matter, which I can't find after an extensive lookup on google. My specific...
View ArticleBlit onto or otherwise edit a cylindrical-mapped cubemap
Hi, I want to be able to dynamically edit a cubemap with the lat/long/cylindrical mapping configuration. This texture would be applied to a Point light as a cookie. The only other topic I can find on...
View Article