- Home /
This question was
closed Jul 21, 2014 at 02:17 PM by
robertbu for the following reason:
Duplicate Question
How to Clone Array1 into Array2 in Unity? Using JavaScript.
I'm new in Unity, someone can help..?
I want to Create a clone from Array1 to Array2. And do what I want in Array2 without affecting the Array1.
<---something like this--->
var TextArray1 = ["sample1", "sample2"];
var TextArray2;
<------------------------->
Comment
Follow this Question
Related Questions
How can you do calculations on two lists? 1 Answer
Unity C# Highscore table 2 Answers
Help with for loop and arrays 3 Answers
Linear Interpolation of Array Values 1 Answer
Get all GameObjects by variable value 2 Answers