I am trying to do a windows store app build with spritemanager 2 and I am getting an error from this plugin:
AutoSpriteBase.cs(1098,27): error CS0246: The type or namespace name ‘ArrayList’ could not be found.
anyone else using this and have any ideas or answers?
I would think you have an object. arrayList, in your code somewhere that you have not declared.
Hey renman3000, I finally found the issue, I just updated sprite manager2 because they changed the arraylist for windows 8 to a generic list so they had fixed it in their update and I just got the email from them.