Kizspy Question: 2
(Choose 1 answer)
What does this script do?
using UnityEngine;
public class ScaleObject: MonoBehaviour {
void Start() {
transform.localScale = new Vector3(2f, 2f, 1f);
FJOVERFLOW.Com
A. Moves the object
B. Doubles the object's size
C. Rotates the object
D. Destroys the object