-
What do you want to achieve? Keep it simple and clear!
I’m currently interested in developing a game that advances in stages; whether it be due to the completion of a task, the destruction of something, or the elimination of enemies. Generally, this is intended to increase player immersion or at least introduce something more entertaining than just pointing and shooting at other players and charging AI. An example could be something like a campaign mode that has coop, like Left for Dead 2. -
What is the issue? Include enough details if possible!
Whether for a large map or several small ones that are rotated, the issue is streamlining the objectives and having them be ‘chosen’ randomly. Specifically, there would be several prefabs kept in storage until goals were chosen and then spawned onto the map to be chosen. Another issue is recognizing the completion of the objective, given that there would be several objectives. -
What solutions have you thought of so far?
Having a folder that contains objectives, one of which is randomly chosen; once completed, it moves on to the next chosen goal, repeating until the end of the round, or at least ending once a set amount of goals were completed.
Ultimately, I’m just brainstorming as of right now, as I’ll probably work on this concept later when I have free time. If any clarification is needed, then I’m happy to provide it.