Before we can start adding notifications to our project, we will need to add three packages that Unity makes available to enable AR for both iOS and Android devices. In our case, we are going to be utilizing both ARCore and ARKit to create our project and the AR Foundation package to act as an intermediary so we can use both ARCore and ARKit while using a similar connection. Since this is a brand new way to create projects, we will actually create a new Unity project to demonstrate how to use it. Follow the steps given here:
- To get started, open Unity Hub on your computer.
- From startup, we'll opt to create a new project by clicking on the New button.
- Next, under Project Name put in a name (I have chosen Mobile AR) and under Templates make sure that 3D is selected:
- Afterward, click on CREATE and wait for Unity to load up.
- From the Unity Editor, go to Window | Package Manager.
- If it hasn't been set already, click on the In Project drop-down menu...