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 Geta-Ve · Aug 04, 2016 at 10:15 PM · objectsdatabaseexcelstoring

Keeping object data in an excel sheet?

So I have a question, that I wasn't able to find a fairly straightforward answer on.

I am trying to figure out the best way of storing standardized object data. As in, prop data. As in, world asset like spoons, forks, tables, chairs, lamps, etc.

The data I am looking to store is universal things like weight, size, color, name, etc.

Now, my initial thought was to do it in something like excel since tables are an easy thing for me, the dev to edit and maintain and add to. But I started searching around and couldn't find a clear way or answer on how to do this or whether or not it is even a worthwhile solution.

The amount of objects I want to be able to pull from is going to be in the hundreds. So, if possible, I'd rather not maintain all of this data in code. :/

Any clarity on this would be hugely beneficial!

Thanks!

Comment
Add comment · Show 3
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 Cherno · Aug 04, 2016 at 11:22 PM 1
Share

IF you can find a way to write to Excel files from withing C#, then you are set. It's just a matter or using System.Reflection to go through each field of a class instance and pulling the associated values so you can put them into the Excel file.

avatar image Geta-Ve Cherno · Aug 05, 2016 at 10:19 PM 0
Share

I shall have to look into this, thank you!

avatar image Geta-Ve · Aug 05, 2016 at 07:02 PM 0
Share

As an aside, I don't necessarily need to use the excel file format, but just the method in which it handles data (from an end users point of view I mean). If there are other formats I should or could look into, awesome!

2 Replies

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

Answer by tanoshimi · Aug 05, 2016 at 06:58 AM

I'd really discourage using the Excel file format (.xls/.xlsx) to store data for a game - it's a proprietary format designed for a spreadsheet, not for general-purpose data storage.

If you want to use Excel as a method to conveniently view/edit data, that's fine, but save the data as .csv or .xml instead. There are plenty of examples of how to read such data into C#/Unity.

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 Geta-Ve · Aug 05, 2016 at 10:20 PM 0
Share

This is precisely the answer I was looking for. Thank you!

avatar image
0

Answer by corriedotdev · Aug 05, 2016 at 08:55 AM

I recommend looking into the .xml file format. This would allow you to manipulate the objects in code as well should you want to. It also parses very well into unity, or any engine for that matter.

Good luck!

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 Geta-Ve · Aug 05, 2016 at 10:21 PM 0
Share

Along with tanoshimi's answer this is great information. Thank you both!

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

54 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

Related Questions

What method to use for storing and retrieving data for an OFFLINE RPG 1 Answer

Unity and Firebase reading new data 1 Answer

Good way to read/write .xlsx files 2 Answers

How to make a copy of the data 0 Answers

How to import data into Microsoft Excel? 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