is an interactive unity space designed to be a educational, nature-based space containing native plants and facts about those plants.
- Interactive 3D Environment: Explore and interact with a dynamic 3D space.
- Biological Simulation: Simulate ecosystems with growth, decay, and environmental factors.
- Customizable Biocube: Modify terrain, vegetation, and habitats.
- Real-Time Data Visualization: Monitor and visualize environmental data.
- Educational Content: Tutorials and interactive learning resources on ecology and biology.
- Dynamic Events: Seasonal changes, random events, and their impacts.
- AI-Driven Behavior: Intelligent behaviors for animals and plant growth.
- VR/AR Support: Immersive experiences with virtual and augmented reality.
- Sound and Music: Ambient sounds and background music.
- User Interaction: Exploration tools and feedback systems.
- Performance Optimization: Scalable and efficient rendering.
- Save and Load System: Save progress and load different configurations.
- Unity Version: 2021.3.0f1 or higher
- Clone the repository:
git clone https://github.com/yourusername/yourprojectname.git
- Install Unity: Download and install the appropriate Unity version from Unity Hub.
- Open the project: Open Unity Hub and select "Open Project." Navigate to the folder where the repository was cloned and select it.
- Install necessary packages: Unity will prompt you to install any missing packages. Follow the instructions in Unity’s Package Manager to install required dependencies.
-
Look Around:
- Use the mouse to look around the game environment.
-
Move Forward/Backward:
- Press
W
to move forward. - Press
S
to move backward.
- Press
-
Strafe Left/Right:
- Press
A
to strafe left. - Press
D
to strafe right.
- Press
-
Turn:
- Move the mouse to turn and look around.
-
Jump:
- Press
Space
to jump.
- Press
-
Interact:
- Press
E
to interact with objects and NPCs.
- Press
-
Sprint:
- Hold
Shift
to sprint and move faster.
- Hold
-
Crouch:
- Press
Ctrl
to crouch and move in a crouched position.
- Press
-
Objective:
- Look through the space, pick up, look at, and learn about objects
Contributions are welcome! Please follow these steps if you'd like to contribute:
- Fork the repository.
- Create a feature branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add your feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a Pull Request.