taiya / igd

Introduction to Game Development (CSC 205)
9 stars 5 forks source link

Assignment/Homework 1 Due date #29

Open hellspoodles opened 6 years ago

hellspoodles commented 6 years ago

On connex they due date is said to be October 9 however on the Course Outline is says end of week4 (this Friday). I am confused, when is it due?

drebain commented 6 years ago

The due date is October 9.

taiya commented 6 years ago

TL;DR the syllabus contains tentative deadlines. This semester the week started Thursday, so I count that as week #0. In any case, all official deadlines are advertised through connex.

HartGIS commented 6 years ago

Would the following line of code count as 'Built-In Unity Physics'?

gameObject.transform.position += Vector3.right;

Or, is 'Built-In Unity Physics' just the Unity code using RigidBody?

Thanks,

Henry

taiya commented 6 years ago

Built-in physics is the RigidBody component. What you are touching with the code above is simply the transformations of the SceneGraph