From the course: Unity: AR Visualization 02 Basic Interactivity

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Project changes

Project changes - Unity Tutorial

From the course: Unity: AR Visualization 02 Basic Interactivity

Start my 1-month free trial

Project changes

- The nature of time has changed, and that is magnified in software. Let's go over the changes I have made to our project since we last touched base. The first thing you'll notice is that we've added some textures. So we'll be using these throughout the course. But also see that I've applied these textures to our existing dialogue that we made last time. I've also extracted some materials from the jet engine. This gives us better access to their properties (clicking) And I've modified the jet engine itself, cleaned it up a little bit, and added some components back in that we'll be using. Next, let's go take a look at the AR-API updates that we've made. Go to Window, Package Manager. You'll see that all of our AR-API's have been updated. Foundation has been set to 2.2.0 And the same for sub-system, ARCore and ARKit have also been upgraded. Alright, let's take a look at some of the code changes. Double-click on the AR…

Contents