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 AlexGorcea · Feb 25, 2014 at 07:57 AM · c#arrayparsesort

Parse.com and Unity integration

Hey, everyone.

I have "n" objects in Parse, each with 3 keys (a float and 2 strings). I have the unique objectID (generated by Parse), the name, the number and the Facebook ID for each.

How can I retrieve these in Unity and display them? Do I use three different arrays for the three different keys?

Comment
Add comment · Show 6
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 fafase · Feb 25, 2014 at 11:20 AM 1
Share

10 objectID, you mean instance ID? sorted by a float value from where? then store in 3 different arrays using keys you have, yes but we don't.

Asking a question you should consider we are dumber than we are (some of us really are) and give as much relevant info as possible

avatar image AlexGorcea · Feb 25, 2014 at 12:33 PM 0
Share

Sorry, I meant Parse.com, the service.

avatar image fafase · Feb 25, 2014 at 12:36 PM 0
Share

Ok you need to reformulate your question as it is getting confusing.

avatar image AlexGorcea · Feb 25, 2014 at 12:45 PM 0
Share

Done, sorry. :)

avatar image fafase · Feb 25, 2014 at 01:09 PM 0
Share

Not the title, the question. Oh well whatever.

Show more comments

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by RudyTheDev · Feb 25, 2014 at 11:36 AM

Something like:

 int[] topObjects = ourObjects.Select((data, index) => new { data, index }).OrderByDescending(o => o.data.value).Select(o => o.index).Take(10).ToArray();

where in this example

 List<SomeObject> ourObjects = new List<SomeObject>();
 for (int i = 0; i < 100; i++)
     ourObjects.Add(new SomeObject(Random.Range(-10, 10)));

from

 public class SomeObject
 {
     public float value;
     public SomeObject(float givenValue) { value = givenValue; }
 }

P.S. Your question is very vague.

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 AlexGorcea · Feb 25, 2014 at 12:34 PM 0
Share

Sorry, I meant Parse.com, the service.

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

22 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

Related Questions

Multiple Cars not working 1 Answer

Distribute terrain in zones 3 Answers

Double Parse a text file into 2d array or jagged array 1 Answer

[C#] Sorting a List of Gameobjects Alphabetically 2 Answers

C# copy Sorting data of An Array to Another Array 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