Name three of the 2D formats Unity supports

What will be an ideal response?


PSD, JPG, PNG, GIF, TIFF, Bitmap, TGA

Computer Science & Information Technology

You might also like to view...

What is the effect of the following program segment?

``` for (int i = 0; i < max / 2; i++) { temp = a[i]; a[i] = a[max - i - 1]; a[max - i - 1] = temp; } ``` a.Reverses the numbers stored in the array. b. Puts the largest value in the last array position. c. Counts the number of elements of array a that are greater than its first element. d. Arranges the elements of the array in increasing order. e. None of the above.

Computer Science & Information Technology

You can enter a formula with the AVERAGE, COUNT, MAX, or MIN function in a selected cell by clicking the Sum button arrow in the ____ group on the Home tab, clicking the function name, selecting the appropriate range, and then pressing the Enter key.

A. Editing B. Formulas C. Cells D. Worksheet

Computer Science & Information Technology

Internet Information Services is a web service utilized by the _______________ operating system

a. Unix b. Linux c. Windows d. IIS is platform-independent.

Computer Science & Information Technology

The hierarchical ________ structure on your storage device includes drives, libraries, folders, subfolders, and files.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology