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 raj231 · Jan 05, 2015 at 09:04 PM · texturearrayindex

The index value is not starting from 0

I have 2 buttons to load the different texture images and when i press the 1st it loads the 4 images in textures and when i press the 2nd button it loads the 3 images in textures. But the problem is when i press the 1st button it loads the 4 images and when i press the 2nd it loads the images but it starting from 5th place. I can't reset the value to 0 when i press the second button.

   private int clonevalue = 0;
     public int i = 0;
 
 cloneGO = Instantiate(myScrollTexture)as GameObject;
                 cloneGO.transform.parent = parentObject.transform;
                 cloneGO.transform.localPosition =new Vector3(127,30,0);
                 cloneGO.transform.localScale =Vector3.one;
                 cloneGO.name = "cloneScrollTexture"+i;
 
                 string myTexture = string.Format("{0} ", modellinksArray["imageurl"]);
                 string modelUrl = string.Format("{0} ", modellinksArray["modelurl"]);
                 i++;
     
     myTextureObject = GameObject.Find ("cloneScrollTexture" + clonevalue);
                         
     clonevalue++;
                         
     myTextureObject.GetComponent<UITexture>().mainTexture = www1.texture;
                         
     if (myTextureObject.name == "cloneScrollTexture"+evenValues) {
         myTextureObject.transform.localPosition =new Vector3(-81,30,0);
         evenValues +=2;
                             
     }
     
     if(myTextureObject.name == "cloneScrollTexture"+yevenValue){
         yValue += 210;
                             
         yevenValue +=2;
     
     }
                         
     myTextureObject.transform.localPosition -=new Vector3(0,yValue,0);
                     

when i press the 1st button and the clone value passing to 0. So, the texture image properly loading in the 0th position but when i press the second button the clonevalue passing to number 5. so, the texture image displaying in the 5th place. So, how can i reset the clonevalue 0 when i press the 2nd button. So, that i can easily pass to 0.

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

0 Replies

· Add your reply
  • Sort: 

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

2 People are following this question.

avatar image avatar image

Related Questions

Adding a texture to array textures?! 1 Answer

How do I return the index of an array of sprites as an int? 1 Answer

Could you help me with Array.RemoveAt()? 0 Answers

Assigning UV Map to model at runtime 0 Answers

Enemy ai's won't spawn in scene / IndexOutOfRangeException: Array index is out of range. EnemiesSpawner.Spawn () (at Assets/EnemiesSpawner.cs:17) 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