public:t-vien-14-1:lab_4_materials
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:t-vien-14-1:lab_4_materials [2014/02/05 10:53] – [Procedure] hannes | public:t-vien-14-1:lab_4_materials [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Lab 3: Indoor Environment ====== | + | ====== Lab 4: Indoor Environment ====== |
{{: | {{: | ||
Line 5: | Line 5: | ||
===== Goal ===== | ===== Goal ===== | ||
- | The goal of this lab is to create an interactive indoor environment, | + | The goal of this lab is to create an interactive indoor environment, |
===== Preparation ===== | ===== Preparation ===== | ||
- | * You should retrieve the scripts that were demoed in class. They are all available here: [[http:// | + | * You should retrieve the scripts that were demoed in class. They are all available here: [[http:// |
* You should import "Robot Lab" from the asset store if you haven' | * You should import "Robot Lab" from the asset store if you haven' | ||
Line 21: | Line 21: | ||
- You can use **Plane**s for floors and ceilings, and **Quad**s for your walls (2-3 meters is a good height for walls). | - You can use **Plane**s for floors and ceilings, and **Quad**s for your walls (2-3 meters is a good height for walls). | ||
- Both planes and quads are single-sided (there is no thickness to them and the polygons that they are made from have one front facing side) | - Both planes and quads are single-sided (there is no thickness to them and the polygons that they are made from have one front facing side) | ||
- | - Use the '' | + | - Use the '' |
- Use **Ctrl-D** to duplicate a **GameObject** (e.g. a wall segment). | - Use **Ctrl-D** to duplicate a **GameObject** (e.g. a wall segment). | ||
- Hold down **Ctrl** to manipulate objects in a **snap-to-grid** mode. | - Hold down **Ctrl** to manipulate objects in a **snap-to-grid** mode. | ||
Line 28: | Line 28: | ||
- **Door(s)** Identify one or more wall panels as doors. Give them a different visual appearance and name them uniquely (e.g. '' | - **Door(s)** Identify one or more wall panels as doors. Give them a different visual appearance and name them uniquely (e.g. '' | ||
- **Scene Hierarchy** You may notice that your **Hierarchy** panel will quickly fill up with rather static game objects, such as walls. It is a good idea to gather such static scenery objects under new parents in the hierarchy. This allows us to quickly reposition them together as a single object, and also reduces the clutter. Create a new parent object through **GameObject-> | - **Scene Hierarchy** You may notice that your **Hierarchy** panel will quickly fill up with rather static game objects, such as walls. It is a good idea to gather such static scenery objects under new parents in the hierarchy. This allows us to quickly reposition them together as a single object, and also reduces the clutter. Create a new parent object through **GameObject-> | ||
- | - **Puzzle | + | - **Puzzle |
- | - **Door Opening Mechanism** | + | - **Door Opening Mechanism** |
- | - **Puzzle Logic** | + | - **Puzzle Logic** |
+ | - If your script needs to access other game objects, you can find any game object by name and assign it to a variable like this: '' | ||
+ | - If your script needs to access a specific component (e.g. another script or property) in another game object, you can request a compoenent by type like this: '' | ||
+ | - It would be best to have the entire puzzle logic inside the puzzle object itself (the puzzle pieces don't even have to know they are part of a puzzle). For example, the puzzle object could posess references to each of the toggling objects and check for their state in each update, comparing them to the solution. | ||
+ | - **OPTIONAL: Provide hints** To be fair to the person trying to get out of your environment, | ||
+ | - **OPTIONAL: Flashlight** Attach a spot light source to your camera for an additional " | ||
+ | - **OPTIONAL: Outdoor Environment** What's on the other side of the final door? | ||
/var/www/cadia.ru.is/wiki/data/attic/public/t-vien-14-1/lab_4_materials.1391597593.txt.gz · Last modified: 2024/04/29 13:33 (external edit)