Lightweight 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