I am trying to maintain one version of my code. Normally, I’d use
#if WEB_PLAYER
but that isn’t enough this time. Is there a way to determine what website you are loaded from?
I am trying to maintain one version of my code. Normally, I’d use
#if WEB_PLAYER
but that isn’t enough this time. Is there a way to determine what website you are loaded from?
Application.dataPath
–Eric