(1) Create a modern apartment emphasizing the usage of lighting (baked), objects (placement, transformation, scaling, rotation) and being deployable to a smartphone for demonstration.
- Platform: Android 7.0, Samsung Galaxy S7
- Unity Version: Unity 5.5.1f
- Google VR SDK for Unity: version 1.0; gvr-unity-sdk-1.0.3
- Java JDK: jdk1.8.0_144
- Audio File courtesy of Sound Bible
- Download (Clone) Project and unzip
- In the Starter Project Folder, open the Unity Scene
- Import any desired Assets and Packages
- Window: API Update Import Required --> select "I Made a Backup, Go Ahead"
- Go to File/Build Settings;
- Select "Add Open Scene" to the Viewer
- Select "Android" from the "Platform" Menu and select "Switch Platform"
- Go to Edit/Preferences; Go to "External Tools"
- Add the appropriate Android SDK
- Add the appropriate Java JDK
- Go to File/Build Settings; Select Player Settings
- In "Other Settings," enable "Virtual Reality Supported"
- In "Other Settings," add "none" to the VR SDK list (using Unity version pre-5.6)
- Build your scene while having fun!
- Go to File/Build Settings; select "Build and Run"
- The overall placement of 3D objects in the scene is reasonable and is visually pleasing. All materials should be assigned, objects should NOT intersect with each other, and objects should NOT be levitating without a reason.
- The apartment contains at least 15 models arranged in an interesting way
- All models are marked as Static (except the globe)
- When you run the scene, the Cardboard stereoscopic view appears and functions correctly
-
Verify that your Player Settings are correct for your device.
-
- Company Name = Your Name (E.g. MattSonic)
- Product Name = “Course 2 Project”
- Default Orientation: ""Landscape Left""
- Set Bundle Identifier = com.YourName.Course2Project
-
For the "Other Settings" section, refer to the Hello World course for proper settings for your device.
-
Make sure to indicate in your README.md file whether you are submitting for iOS or Android.
- Delete all of the quality settings but one by clicking the trash can
- Rename the quality setting to “Mobile”
- Set the pixel light count to 0
- Texture Quality: Full Res
- Anti Aliasing: 2x Multi Sampling
- Shadows: Disable Shadows
- Blend Weights: 1 bone
-
- Soft Particles
- Realtime rendering probes
- Billboards face camera position
- Take a screenshot of your phone screen with the app they built running. Ideally, it shows a nice wide view of the apartment.
- There are several spotlights and/or area lights
- All lights are marked as Static
- All lights are baked and none are realtime (except for one directional light if they choose)
- Turn off Precomputed Realtime GI
- Set Directional Mode to Non-Directional
- Turn off Auto baking
- Test different bakes with a Baked Resolution of between 2-5, then do a test bake at 40, then do a final bake with a resolution of 80
- You’ll probably want to activate “Soft Shadows” on each light (so the baked lighting produces nice shadows)
- If you notice lighting artifacts, then switch to uncompressed lightmap. If your app does not perform well any more, you may revert to compressed lightmaps, but you must include in your submission notes what you tried and what happened.
- A globe should exist and be readily visible in the scene
- When you press the Cardboard button, the globe should spin until you press the button again
- The globe should have a texture map of a planet. We provide a texture map of the Earth, but feel free to use your own texture.
- Duration: 40 hours (half of the time was related to compatibility issues)
- I was using a newer version of Unity and needed to downgrade
- I had changed the resolution on my smart phone, which caused parallax errors
- In particular, I enjoy the general architectural aspect of design
- Using the animator and light baking was a good experience as well
- ND projects require students to become professional problem solvers
- As with most ND projects, half of the project is getting your environment to work and deploy
- The total design time was probably only five hours, with the rest searching documentation