Community Forums
+ Reply to Thread
Results 1 to 4 of 4
  1. #1

    Learning Path: Final Assembly of Beasts of the Underground

    I am trying to run the scene (before completing this tutorial) in 3.5.2 Free version and I get this error:
    Assets/Plugins/PlayerPrefs.cs(224,51): error CS0117: `System.IO.File' does not contain a definition for `CreateText'
    Can any one help? My OS is Win 7 with the latest service packs.

  2. #2
    Join Date
    Oct 2010
    Posts
    2,130
    DT Staff
    I am a Face of Change

    Re: Learning Path: Final Assembly of Beasts of the Underground

    Hey messimo,
    That's a known issue with the third-party PlayerPrefs script. You can find some resolutions in this other thread that talks about it: http://www.digitaltutors.com/forum/s...-project-files.

  3. #3

    Re: Learning Path: Final Assembly of Beasts of the Underground

    Thanks Dan much appreciated

  4. #4

    Re: Learning Path: Final Assembly of Beasts of the Underground

    Quote Originally Posted by dan View Post
    Hey messimo,
    That's a known issue with the third-party PlayerPrefs script. You can find some resolutions in this other thread that talks about it: http://www.digitaltutors.com/forum/s...-project-files.
    Hi Dan, I am still having some issues with this error, I see from the post you directed me to that I should change this script to omit the reference to the previewlabs plugin script. however i cant find where this reference is made. which script is this in? and is this all that needs to be changed? There are allot of references to the previewlabs script in other scripts.

    PreviewLabs.PlayerPrefs.SetString("highscore" + newHighscorePosition + "name" , newName); // ask the player for name

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts