Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 /
This question was closed May 06, 2013 at 04:37 AM by Julien-Lynge for the following reason:

Question is off-topic or not relevant

avatar image
0
Question by saurabhn04 · May 06, 2013 at 04:37 AM · sceneerror messagebuttons

What is wrong with the script and how can i solve it?

PlayerPrefs.SetInt(((VitalName)cnt).ToString() +" - Base Value" ,pcClass.GetVital(cnt).BaseValue); I have asked many people and it only occurs on Windows 7 64-bits

The error I get When I press Create Button is:

NullReferenceException: Object reference not set to an instance of an object GameSettings.SaveCharacterData () (at Assets/Standard Assets/C# scripts/Character statistics/GameSettings.cs:32) CharacterGenerator.DisplayCreateButton () (at Assets/Standard Assets/C# scripts/Character statistics/CharacterGenerator.cs:148) CharacterGenerator.OnGUI () (at Assets/Standard Assets/C# scripts/Character statistics/CharacterGenerator.cs:56)

I think it has something to do with the vital script it is:

public class Vital : ModifiedStat { private int _curValue;

     public Vital(){
        _curValue = 0;
        ExpToLevel = 40;
        LevelModifier = 1.1f;
     }
        public int CurValue{
        get{
          if(_curValue > AddjustedBaseValue)
           _curValue = AddjustedBaseValue;
 
          return _curValue;
        }
        set{_curValue = value;}
     }
 }
 public enum VitalName {
     Energy,
     Mana,
     Health
 }

Both the scripts are in C# Can someone help me? please

Comment
Add comment · Show 1
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
avatar image Julien-Lynge · May 06, 2013 at 05:14 AM 0
Share

@saurabhn04, Your question (as it appears now) is not appropriate for UnityAnswers. It has the following problems:

  • Question is not of interest to other Unity users. Questions on UnityAnswers should be broadly applicable beyond your specific project.

  • Question is a 'fix my code for me' or 'fix my scene for me' question. UnityAnswers (UA) is not Quality Assurance (QA) - it is up to you to write and bugfix your own code.

Please search for 'null reference exception' to learn what this error means, and please search this answers site for other users with similar questions, to see how they solved it and apply the same solution to your problem.

0 Replies

  • Sort: 

Follow this Question

Answers Answers and Comments

13 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

Related Questions

The name 'Joystick' does not denote a valid type ('not found') 2 Answers

Unity 3d(Space) Questions 1 Answer

Scene changing 1 Answer

Screen.width & Screen.height Becoming button 0 Answers

How to Set a bool to Individual Scenes (C#) 1 Answer


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