Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/instance-id/Project-Planner

A planning tool for Unity inside the editor. (with UPM package support)
https://github.com/instance-id/Project-Planner

Last synced: 3 months ago
JSON representation

A planning tool for Unity inside the editor. (with UPM package support)

Awesome Lists containing this project

README

        


Project Planner

### Note: The original repo is mentioned to no longer be maintained, but I plan on trying to maintain this fork as best I can for my own use. As such I have converted the project to now work as a UPM package.

### Below you will find the original description and information from [LeviMooreDev/Project-Planner](https://github.com/LeviMooreDev/Project-Planner)
---

While studying computer science I created a planning tool named Project Planner for Unity and sold it on the Asset Store. Now that I am done studying and getting a job I have decided to release it for free. I have removed some features that required me to have servers running and some that was never used by anyone.

I don't plan to actively work on it anymore, but still feel free to contact me or create an issue if you have questions or suggestions. Hope you find it useful for planning your next game in Unity or just learning from it.

![Project Planner Image](https://github.com/instance-id/Project-Planner/blob/master/readme%20image.png)
## [Youtube Video](https://www.youtube.com/watch?v=eaSO7R-v7X8)

# How to install
Before installing Project Planner, make sure asset serialization mode is set to “Force Text”. You can find the setting here “Edit->Project Settings->Editor->Asset Serialization”.

|Install via OpenUPM||
|---|--- |
|openupm add id.instance.projectplanner | [link](https://openupm.com/packages/id.instance.projectplanner/)|

| Install via Unity Package Manager (UPM) |
|---|
| Add either of these to project manifest.json file |
| "id.instance.projectplanner":"https://github.com/instance-id/Project-Planner.git?path=Assets/Project Planner", |
| "id.instance.projectplanner":"https://github.com/instance-id/Project-Planner.git#upm",|

To install Project Planner you can either download the entire project from GitHub and copy the Project Planner root folder into your own Assets folder. You can also (recommended) download the [`Project Planner 1.5.unitypackage`](https://github.com/instance-id/Project-Planner/blob/master/Project%20Planner%201.5.unitypackage) file and import that into your unity project.

# Manual
You can find a manual under [`Assets->Project Planner->Manual.pdf`](https://github.com/instance-id/Project-Planner/blob/master/Assets/Project%20Planner/Manual.pdf). I have tried to be very thorough with it so be sure to check it out first if you have a question.

# Original Store Description
Do you sometimes feel it is difficult to keep track of what you need to do and in what order? If yes, Project Planner is a great tool that can help you!

Project Planner speeds up your game development by helping you organize your work into boards, groups, and tasks right inside the editor. With an intuitive and easy to use interface Project Planner feels like a natural part of the editor; you may even forget that it does not come with Unity by default.

By doing project management inside of Unity, you can take advantage of unique features like assigning assets to a task. This is an excellent way of keeping track of the assets needed when working on a specific task. You can see how this works in our video here.

⇩ HIGHLIGHTS ⇩

• Never Leave the Editor

By doing project management inside of Unity, you avoid getting distracted by non-work related things.

• Assign Assets to Specific Tasks

With Project Planner, you can assign assets from your project to specific tasks. This makes assets easy to find again later.

• Nested Subtasks

Split big tasks into smaller subtasks. There is no limit on nested tasks, so you have full control over how deep you want to go.

• Add Tasks from Anywhere

You don't have to stop working when you get a good idea anymore. Use the quick task window from anywhere.

• Organize with Tags and Colors

Filter what to show with tags and colors. Colors are a great way of identifying the kind of task you are looking at quickly.

• Great for Agile Game Development

It is easy to use an agile system like Scrum in Project Planner. You can quickly set up things like task boards and sprints.

• Highly Customizable

One of our goals is to make Project Planner as customizable as possible, so everyone can make it look and behave the way they want.

• Does Not Affect Your Game

Project Planner comes precompiled which means that it does not affect your compile time or game performance.

• Learn with Demo Content

You can import demo content that is designed to guide you through the primary features and how to use them.

• Fully Documented

Everything is fully documented and easy to understand. We are also going to make small video tutorials in the future.

## License
Distributed under the MIT License. See [LICENSE](https://github.com/LeviMooreDev/Project-Planner/blob/master/LICENSE) for more information.

## Contact
Levi Moore

[levimoore.dev](https://levimoore.dev) | [email protected]