c# - Unable to load level data in WP7 -
c# - Unable to load level data in WP7 -
i discovered problem getting levels load in wp7. issue has isolated storage , how wrote data.
i have level editor wrote windows pc game. levels saved directory specify. read on how wp7 deals reading/writing files, , it's turning out big issue, because there's no way wp7 can search directory containing levels. basically, hoping create levels using 1 program, , utilize separate programme (the actual game) load these files. these questions:
-how can go getting wp7 game locate levels? seek isolated storage path name, it's not guaranteed same every time, it?
-do have re-write editor windows phone game create work properly?
if issue transfering files desktop level editor phone, can add together files straight visual studio solution, , set compile type embedded resource. can list them , load them dynamically code.
how can list of embedded resources defined in application?
c# windows-phone-7 xna
Comments
Post a Comment