Unity插件 – 游戏任务系统 Quests system for Unity

File size: 499.8 KB

Version: 1.1

Original Unity Version: 2020.3.33 or later

A simple and flexible task system will help you implement all ideas without a bunch of extra code in events and logic! Feature: Task logic does not need to inherit MonoBehaviors. Activate/progress/complete the required tasks in just one line. An easy-to-understand interface with a list of all tasks in the project. There is no need to connect to other libraries. There is no open source for DLLs that allows you to change or improve what you need.

automatically creates logical scripts, searches for project files, and more will keep you from worrying about your project being disrupted by the transfer of certain files! Usage of

and

:

You have/will have a project that requires a task system Import this plug-in into the project Create tasks from the Custom UI menu Write code for your tasks and add custom logic to activate tasks from anywhere in the project code

For programmers:

includes the complete, documented C#source code