Hi everyone!
I'm trying to make something similar to the content pipeline tutorial no. 4 which is to create a new type on content. Like in the tutorial i'm trying to make it to load levels. The problem is my level files contain number but also text which is my problem. In the levelReader.cs R.B. load data with the input.ReadInt32() that load the number on the line and make a "jump" (or so the description in VSC#10 is telling me) but the input.ReadString() doesn't seem to make that "jump" it's like it's reading throught the entire stream and maybe more since i have an error message saying that i tried to read outside of the stream limit…
If anyone have an idea on how to solve this i would appreciate!!
Thanks!