Vote for the next Feature! #1
MagixIsAvailable
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🗳️ The "Community Feature Vote" List
Introduction for Testers: "We are planning the next update for 'The Bee'! Please vote on which feature you would like to see implemented next. Note that 'Hard' features might delay the update longer!"
🟢 Easy (1-2 Days)
Low risk, high visual reward.
UV "Bee Vision" Mode
Description: A toggle key that changes the camera filter to Ultraviolet (Purple/Blue), highlighting flowers brightly in the dark forest. Real bees see in UV!
Tech: Simple Post-Processing Volume or Shader graph tweak.
Photo Mode
Description: Pressing 'P' freezes the game, hides the UI, and allows the player to rotate the camera to take beautiful macro screenshots of the environment.
Tech: Time.timeScale = 0 and Canvas.SetActive(false).
Local High Score Table
Description: Saves the top 5 runs to a text file on your PC, showing the best "Pollen Counts" of all time on the Main Menu.
Tech: Basic PlayerPrefs or JSON saving.
🟡 Medium (3-5 Days)
Requires new scripts and UI work.
Hive Upgrades (Shop System)
Description: Instead of just "Banking" pollen for score, you spend it to upgrade your Bee (e.g., +10% Max Stamina, +5% Flight Speed).
Tech: Requires a Shop UI and persistent variable tracking.
Dynamic Weather System
Description: Random chance of Rain or Heavy Wind during a run. Rain slowly drains stamina (wet wings); Wind pushes the player in random directions.
Tech: Particle systems and physics force application in BeeController.
Interactive Minimap
Description: A small radar in the corner showing the Hive location and nearby large flowers.
Tech: Requires a second Camera rendering a "Top Down" view to a Render Texture on the UI.
Custom Bee Skins
Description: Unlockable appearances (e.g., Bumblebee, Wasp, Blue Banded Bee) based on achievements.
Tech: Texture swapping on the 3D model material.
🔴 Hard (1-2 Weeks)
Complex AI or Networking required.
Predators (The Hornet)
Description: An AI enemy that patrols the forest. If it sees you, it chases you. You must outfly it or hide in a bush.
Tech: NavMesh pathfinding (hard in 3D air) and State Machine AI (Patrol/Chase/Search).
Online Global Leaderboard
Description: Compete with players around the world. Uploads your score to a central server.
Tech: Requires an external database (Firebase/PlayFab) and API integration.
Procedural Seasons
Description: Every run changes the season. Spring = More Flowers. Autumn = Stronger Winds. Winter = Less Nectar but higher value.
Tech: Requires logic to swap global terrain textures and adjust spawn rates dynamically.
All reactions