How can I use a variable as the name of a binary file?
FileStream fs = File.Create(Application.persistentDataPath + "/Items/+"MapName"+.dat");
simply escaping using quotes doesn’t work gives a squiggly line under the MapName.
Thanks in advance!