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 /
avatar image
0
Question by greggman · Nov 26, 2014 at 10:38 AM · managerdata storage

How to store data for a custom "Manager"

I'd like to make a custom Manager. By that I mean just like there's an InputManager and a PhysicsManager I want MyCustomManager.

Specifically, just like say PhysicsManager I want to be able to pick something from the menus and have an Inspector panel show up.

I think I know how to do that. Make a custom EditorWindow, give it a MenuItem attribute. Call GetWindow etc.

The part I'm lost on is where do I store my data to show in the inspector? Just like the PhysicsManager the data is not part of any GameObject placed by the user. Just like the PhysicsManger it's also not EditorPrefs data. I apparently can't store it on the EditorWindow because it will get released anytime the window closes.

So, where do I put data like that. Do I make an edtior only HideInHierarchy GameObject and put components on it? Where in my code do I make this GameObject? I can't make it on the EditorWindow because nothing there gets called until the window is opened but the Manager's data needs to be available regardless. In other words, something in my custom code needs to make this GameObject if it doesn't already exist.

Assuming I make the GameObject somewhere how do I find it? Do I give it some crazy name like "$$$MyCustomGameObjectToStoreMyDataMadeByMe$$$$" hoping it will never clash with a user's object so that I can then GameObject.Find(..) it? Or is there some other way of doing what I want here?

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

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by Kiwasi · Nov 26, 2014 at 11:01 AM

You want a ScriptableObject instead of a GameObject. Drop it in a resources folder in your package directory. Then you can access it with Resources.Load whenever you like.

This is only one possible solution. There are others.

Comment
Add comment · 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

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

27 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

Related Questions

Mass Audio Managment 1 Answer

Storing and Removing GameObjects - List or Dictionary? 2 Answers

Only One Object 2 Answers

error CS0117: `Util' does not contain a definition for `SetLayerRecursively 0 Answers

Item Registry System 2 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