|
Self Explanitory....I need to fake some cookies...since my player isn't running on the web, but in the debugger... stringa
(comments are locked)
|
|
Cookies? Are you referring to PlayerPrefs, or do you have another way of storing data? If you are using PlayerPrefs, they should work regardless of being on web or not. In case you have a data access layer in your project, you can probably fake the cookies if there is a common interface, say ICookie.
as opposed to
and then you can request the correct cookie such that
which would do a check something like this
(comments are locked)
|
