Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 nio-kasgami · Jul 28, 2017 at 12:52 AM · editorinspectorstatsprivate

How to properly make a player stats easily editable while keeping them private

Hello

I work on a rpg game where it's involve to have stats

now for specify the type of stats it's Unique to one player you don't have like a party of player so it's Only one component attach to the player no copy no instance of it.

Now I want to create stats such like this : public class PlayerStats : MonoBehaviour { private int _strength; private int _stamina;

   // then you can access them in game via a properties such 
    public int Strength {
    get  { return this._strength; }
    set { this._strength = value; }
 }
 }

As it's could work I work with an friend which is not a propgrammer and I would like to allow this person to have access to the stats so she can test features by increasing the stats etc withouth having to go dig in the code. I although don't want to expose the variable with the "public" since exposing the variables is not always the best practices.

I know I can use Serialize for show them in the editor, although I don't want to confuse my coworker with ugly name such _strength etc.

Can you advise me a proper way for "expose" some of my private variable to my artist but in a more pretty way? so she can have a agreable experience while working on the game?

thanks for your further answer! sincerely Nio

Comment
Add comment · Show 2
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 test45 · Jul 28, 2017 at 01:03 AM 0
Share

Just make an in editor menu using the canvas that pops up with a key command and code the menu inputs to change your stats.

avatar image ShadyProductions · Jul 28, 2017 at 07:27 AM 0
Share

Develop a small dev tool?

1 Reply

· Add your reply
  • Sort: 
avatar image
0
Best Answer

Answer by Akvavit · Jul 28, 2017 at 08:56 AM

If you serialize a private variable _strength it will show as Strength in the inspector. But if you want to make it really "pretty" for your designers I really would go into editor scripting. It's pretty fast to write once you got the hang of it.

Comment
Add comment · Show 1 · Share
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 nio-kasgami · Jul 28, 2017 at 05:16 PM 0
Share

I see thanks one of my main worries is that if I was showing _strength in the inspector which would be clumber some for me and my designer :)

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

88 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

Related Questions

Populating list of custom class through inspector 1 Answer

Create inspector drop-down button based on the content of a list in editor mode 1 Answer

Is it possible to drag/drop/increment into editor array? 1 Answer

Unity Editor Inspector creating gameObjects in world 2 Answers

Unity inspector scripting - scriptable objects - card game 0 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