5_Create a Unity Package
5_Create a Unity Package
Project Outcome:
All key objects are in the scene as primitive objects with
the camera positioned properly for your project type.
1.Create a new Project and rename your scene
1. Open Unity Hub and create an empty project named “Personal Project” on the correct Unity version.
2. After Unity opens, select your custom Layout
3. In the Project window, Assets > Scenes, rename “SampleScene” to “My Game”
Note: the three dots will appear as a gear icon in older versions of Unity.
1. Increase the XYZ scale of the plane to (5, 1, 5)
2. Adjust your position in Scene view so you have a good view of the Plane
3.Create primitive Player with a new material
1. In the Hierarchy, Right-click > 3D Object > Sphere, then rename it “Player”
2. In Assets, Right-click > Create > Folder named “Materials”
3. Inside “Materials”, Right-click > Create > Material and rename it “Blue”
4. In Blue’s Inspector, click on the Albedo color box and change it to a blue
5. Drag the material from your Assets onto the Player object