- Home /
 
               Question by 
               sunileduisfun · Feb 22, 2018 at 02:50 PM · 
                unity 5unity 2d  
              
 
              How to add items to AutoCompleteComboBox through script?
I am trying to add items in AutoCompleteComboBox through script but not getting the expected result.
Here is my code in script:-
   public AutoCompleteComboBox comboBoxValues;
       comboBoxValues.AvailableOptions.Add("1");
        comboBoxValues.AvailableOptions.Add("2");
        comboBoxValues.AvailableOptions.Add("3");
Problem is it is added in available option but not showing in my dropdown?
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
convert unity versions, 0 Answers
Issues after updating to Unity 5 1 Answer
Can't acces a variable from another script 1 Answer
Platform effector bounciness 0 Answers
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                