Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Askidox · May 12, 2021 at 10:48 AM · playerprefsnot workinglinuxubuntu

PlayerPref not working on linux / ubundu

Hello

I'm having an issues with the playerprefs in unity: they don't save when i quit the game and i launch it again. I'm doing smth like a texte editor but for personal and specific use.

 public static void SaveTexts(){
         if (ParagraphManager.ins.base2.isOn){
             PlayerPrefs.SetString("oText", ins.PM.texts[0]);
             PlayerPrefs.SetString("tText", ParagraphManager.ins.base2IF.text);
             ins.PM.texts[1] = ins.PM.base2IF.text;
         } else {
             string[] texts = ins.ParagraphsToText();
 
             if (texts[0] != "")
                 PlayerPrefs.SetString("oText", texts[0]);
 
             if (texts[1] != "")
                 PlayerPrefs.SetString("tText", texts[1]);
             
 
             ParagraphManager.ins.texts = PPManager.ins.ParagraphsToText();
         }
 
         PlayerPrefs.SetString("tTitle", ParagraphManager.ins.tTitle.text);
         PlayerPrefs.SetString("oTitle", ParagraphManager.ins.oTitle.text);
 
         PlayerPrefs.SetFloat("timeSelected", TimeManager.ins.timeSelected);
 
         PlayerPrefs.Save();
    }

That's the function to set the playerprefs. It's called when we click on a button, and every ten sec

     public static void LoadTexts(){
 
         if (!PlayerPrefs.HasKey("tText") || !PlayerPrefs.HasKey("oText") || !PlayerPrefs.HasKey("tTitle") || !PlayerPrefs.HasKey("oTitle"))
             return;
 
         
         
         ParagraphManager.DeleteParagraphs();
         
         ins.PM.texts[0] = PlayerPrefs.GetString("oText");
         ins.PM.texts[1] = PlayerPrefs.GetString("tText");
         ins.TextToParagraphs(PlayerPrefs.GetString("oText"), PlayerPrefs.GetString("tText"));
 }


Here is the loading function, basicaly juste some GetString. Called at the start of the "game" and when we click on a button.

I'm sure these two functions are caller (i have some kind of log system) and the playerspref seemed to be working as long as I don't close the game. In the editor it works perfectly fine but when i try to build it, it doesn't work.

When i start the game using terminal (on ubuntu) i got a line saying 'Unable to load player prefs':

alt text

The playerprefs keys are: tTitle, tText, oTitle, oText, timeSelected and autoSave.

I hope someone will be able to help me out. Thx for reading.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

131 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Location of player prefs in Linux 1 Answer

Using ZED plugin 1 Answer

PlayerPrefs Save and Load not working 1 Answer

I use Ubuntu, but Monodevelop Autocomplete is not working. is there some additional Add in ? 1 Answer

Aspect ratio restriction problem 3 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges