The xamarin tag has no wiki summary.
1
vote
1answer
99 views
Loading a stream/asset on Android MonoGame without ContentManager
In the game I am developing, I have created a serializable class that generates a .map file for saving and loading levels. In XNA, this works great using the following code:
FileStream fileStream = ...