Now, this is REALLY weird! In debugging mode, I have both set to true. I test often and flush the apps data via Settings/Apps, so I start over often. This ONLY happens in the Release Modes, and it happens on emulators as well as actual devices...
#DebuggerForceStandardAssets: True
#DebuggerForceFullDeployment: True
Here's the error:
Now, the weird thing is that it happens once. Then I click on Yes, cancel my add/edit procedure, get back to my main app screen, try the thing again, and it works fine. Cancel again, try it again, and get the same error. Yes again (or even NO but No restarts he app), and fine, cancel out, try again, fine...
It's trying to get a file from DirAssets that IS one of the assets, but it's not even showing an attempted drive in that error message other that // and why would I be trying to access "//?"
This is a pain in the butt, because after I get past that first one, even if I save it after I've gotten the error, it never happens again. I's trying to get a graphic from DirAssets, and the whole thing is strange.
However, I HAVE to sole this before I release my app to testers...
Any suggestions???
HELLLPPPP! Thanks in advance!
#DebuggerForceStandardAssets: True
#DebuggerForceFullDeployment: True
Here's the error:
Now, the weird thing is that it happens once. Then I click on Yes, cancel my add/edit procedure, get back to my main app screen, try the thing again, and it works fine. Cancel again, try it again, and get the same error. Yes again (or even NO but No restarts he app), and fine, cancel out, try again, fine...
It's trying to get a file from DirAssets that IS one of the assets, but it's not even showing an attempted drive in that error message other that // and why would I be trying to access "//?"
This is a pain in the butt, because after I get past that first one, even if I save it after I've gotten the error, it never happens again. I's trying to get a graphic from DirAssets, and the whole thing is strange.
However, I HAVE to sole this before I release my app to testers...
Any suggestions???
HELLLPPPP! Thanks in advance!