-
Communication with Notification Centre Course - Compiler Error
Hi, when I run the game I get the error message -
Assets/Plugins/PlayerPrefs.cs(224,51): error CS0117: `System.IO.File' does not contain a definition for `CreateText'
I've investigated the scripting documentation resource on the Unity website and been unable to find any answers. Please help. Cheers
-
Re: Communication with Notification Centre Course - Compiler Error
This is the code.
StreamWriter fileWriter = null;
fileWriter = File.CreateText(fileName);
-
Re: Communication with Notification Centre Course - Compiler Error
The same file also causes the same issue in several other courses...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules