Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ForestMaze proposal #435

Merged
merged 4 commits into from May 21, 2021
Merged

Conversation

itsLevi0sa
Copy link
Contributor

Scenes>Whiteboxing>Forest>Proposal_3 contains the following sub-folders:
-Materials
-MazeTiles
-Scene_FiniteForest
-Scene_InfiniteForest
-Scene_TransitionArea
-Scripts

Each Scene has been pushed as a separate commit to not exceed the 100mb threshold and perhaps to make it easier for you to choose what to merge or not.
SPECIAL NOTE
While pushing, I was prompted to fetch an automatic(?) update named: [Bot] Automated dotnet-format update, not sure what that is so perhaps you might want to skip that.

General notes
Each scene has the location exit-green box in it, but is not linked to the proper exit as I thought this should probably be done by you. The transition of one scene to another in this proposal would be:
Town -> Exit to forest TransitionArea scene -> Exit to FiniteForest scene
and from there exit briefly to the InfiniteForest scene and back to FiniteForest once the entrance to the KeyCharacter is found.
No scene is marked as Addressable, I included no LocationSOs.

Scene notes
For the TransitionArea scene:
Scene note: There is a mesh that is really big and stretched, I named it StitchMesh and it's used to make the border between the 3rd world and the skybox indistinguishable. When in play mode, the scale of it is not really (that) noticeable.
Skybox note: The skybox used is with a scene not currently existing in the PR, it shows the forest with the previous trees size which was smaller but seems nicer to me in the overview.

For the InfiniteForest scene:
Camera note: The camera is meant to be top-down. If it starts changing perspective to 3rd person view, the player might be able to see the tiles rearranging.
Tiles note: The tiles have a scale of 2.5 which I decided was a good size after some trial and error for the camera to not capture the rearrangement of the tiles while in top-down view.
Code: Not much of a programmer here, but as long as it works...Currently the tiles are rearranging forever in any direction, so I guess everything might need to reset around 0,0,0 after some point.

For the FiniteForest scene:
It has some really low settings for the lightmap in order to not exceed the 100mb threshold.

Includes: Scene_InfiniteForest folder with the Scene and the Lightmaps subfolder. Also includes folders for:
Materials
MazeTiles prefabs
Scripts
Includes the Scene_TransitionArea folder that contains the Scene, the Lightmap folder and the Skybox folder.
Includes the Scene_FiniteForest folder that contains the Scene and the subfolders for the Lightmaps and the Skybox.
@ciro-unity ciro-unity self-assigned this May 21, 2021
@ciro-unity ciro-unity added the enhancement New feature or request label May 21, 2021
@ciro-unity
Copy link
Contributor

Thanks, merging!

@ciro-unity ciro-unity merged commit 607776a into UnityTechnologies:main May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants