Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unity-package/graphy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.6
Choose a base ref
...
head repository: unity-package/graphy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 10, 2024

  1. Update README.md

    VirtueSky authored Oct 10, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dcf7aa9 View commit details

Commits on Nov 28, 2024

  1. Update README.md

    VirtueSky authored Nov 28, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6b6fd54 View commit details
Showing with 6 additions and 125 deletions.
  1. +6 −125 README.md
131 changes: 6 additions & 125 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,127 +1,8 @@
# Graphy - Ultimate FPS Counter - Stats Monitor & Debugger (Unity)
- [Document](https://github.com/Tayx94/graphy/blob/master/README.md)
- Add the line below to `Packages/manifest.json`

[![openupm](https://img.shields.io/npm/v/com.tayx.graphy?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.tayx.graphy/)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/Tayx94/graphy/blob/master/LICENSE)
[![Unity 2019.4+](https://img.shields.io/badge/unity-2019.4%2B-blue.svg)](https://unity3d.com/get-unity/download)

[![Open Issues](https://img.shields.io/github/issues-raw/tayx94/graphy)](https://github.com/Tayx94/graphy/issues)
[![Downloads](https://img.shields.io/github/downloads/tayx94/graphy/total)](https://github.com/Tayx94/graphy/releases)
[![Contributors](https://img.shields.io/github/contributors/tayx94/graphy)](https://github.com/Tayx94/graphy/graphs/contributors)
[![Stars](https://img.shields.io/github/stars/Tayx94/graphy)](https://github.com/Tayx94/graphy)
[![Forks](https://img.shields.io/github/forks/Tayx94/graphy)](https://github.com/Tayx94/graphy)

[![Chat Discord](https://img.shields.io/discord/406037880314789889)](https://discord.gg/2KgNEHK?)

[![Twitter](https://img.shields.io/twitter/follow/martintayx?label=Follow&style=social)](http://twitter.com/intent/user?screen_name=martinTayx)

**Links:** [Discord](https://discord.gg/2KgNEHK?) | [Mail](mailto:martintayx@gmail.com) | [Twitter](http://twitter.com/intent/user?screen_name=martinTayx) | [Asset store](https://assetstore.unity.com/packages/tools/gui/graphy-ultimate-stats-monitor-debugger-105778) | [Forum post](https://forum.unity.com/threads/graphy-ultimate-stats-monitor-debugger-released.517387/) | [Donations](https://www.paypal.me/MartinPaneUK)

**WINNER** of the **BEST DEVELOPMENT ASSET** in the **Unity Awards 2018**.

![Graphy Image](https://image.ibb.co/dbcDu8/2018_07_15_15_10_05.gif)

Graphy is the ultimate, easy to use, feature packed FPS Counter, stats monitor and debugger for your Unity project.

**Main Features:**
- Graph & Text:
- FPS
- Memory
- Audio
- Advanced device information
- Debugging tools

With this tool you will be able to visualize and catch when your game has some unexpected hiccup or stutter, and act accordingly!

The debugger allows you to set one or more conditions, that if met will have the consequences you desire, such as taking a screenshot, pausing the editor, printing a message to the console and more! Even call a method from your own code if you want!

**Additional features:**
- Customizable look and feel
- Multiple layouts
- Custom Inspector
- Hotkeys
- Easy to use API (accessible from code)
- Works on multiple platforms
- Background Mode
- Works from Unity 5.4 and up!
- Well documented C# and Shader code included

**Links:**
- [Asset store](https://assetstore.unity.com/packages/tools/gui/graphy-ultimate-stats-monitor-debugger-105778)
- [Forum post](https://forum.unity.com/threads/graphy-ultimate-stats-monitor-debugger-released.517387/)
- [Video Teaser](https://youtu.be/2X3vXxLANk0)

**Contact:**
- [Mail](martintayx@gmail.com)
- [Twitter](https://twitter.com/martinTayx)
- [Discord](https://discord.gg/2KgNEHK?)

## Installation
1. The package is available on the [openupm registry](https://openupm.com). You can install it via [openupm-cli](https://github.com/openupm/openupm-cli).
```
openupm add com.tayx.graphy
```
2. You can add this package in Unity Package Manager by adding it to the Scoped Registries at Edit > Project Settings > Package Manager > Scoped Registries

Add a section on the left called package.openupm.com
On the right, add
Name: package.openupm.com
URL: https://package.openupm.com
Scopes:
com.openupm
com.tayx.graphy

![image](https://github.com/ROBYER1/graphy/assets/10745594/0a6328d1-4a00-47d4-97d0-964535c37400)

Then in Window > Package Manager, you can select Packages: My Registry to see Graphy as a package to download
![image](https://github.com/ROBYER1/graphy/assets/10745594/dbf18c6e-a170-4128-b6c6-f12d9cb75ea6)

3. After step 2, you can also install via git url by adding this entry in your **manifest.json**
```
{
"dependencies": {
...
"com.tayx.graphy": "https://github.com/wolf-org/graphy.git#3.0.6",
...
}
}
```
4. You can also download it from the [Asset Store](https://assetstore.unity.com/packages/tools/gui/graphy-ultimate-stats-monitor-debugger-105778)

5. Click here for old version that supports Unity 5.4+:
[![Unity 5.4+](https://img.shields.io/badge/unity-5.4%2B-blue.svg)](https://github.com/Tayx94/graphy/releases/tag/v1.6.0-Unity5.4)

## Development of Graphy

Maintainer and main developer: **Martín Pane** [![Twitter](https://img.shields.io/twitter/follow/martintayx?label=Follow&style=social)](http://twitter.com/intent/user?screen_name=martinTayx)

Graphy is **FREE** to use, but if it helped you and you want to contribute to its development, feel free to leave a donation!

- [Donation Link](https://www.paypal.me/MartinPaneUK)

### Contributing

Let's make Graphy the go-to for stats monitoring in Unity!

I would really appreciate any contributions! Below you can find a roadmap for future planned features and optimisations that you might be able to help out with. If you want to make a big pull request, please do it on the "dev" branch.

Create a GitHub issue if you want to start a discussion or request a feature, and please label appropriately.

You can also join the [Discord](https://discord.gg/2KgNEHK?) for active discussions with other members of the community.

### Roadmap

**Planned features (No ETA):**

- Add GfxDriver stats to the RAM module.
- Scale Canvas (GetComponent<Canvas>().scaleFactor *= multiplier;) -> If it changes, set again.
- Make a template for a graph + text module so people can create their own easily.
- Allow storing FPS for a predetermined time to allow benchmarks.
- Dump all Graphy Data as a string to:
- File.
- Send to server.
- Send mail.
- Add a preprocessor key #GRAPHY to avoid adding the asset in builds.

## License

Graphy is released under the [MIT license](https://github.com/Tayx94/graphy/blob/master/LICENSE). Although I don't require attribution, I would love to know if you decide to use it in a project! Let me know on [Twitter](https://twitter.com/martinTayx) or by [email](martintayx@gmail.com).
for version `3.0.6`
```csharp
"com.tayx.graphy": "https://github.com/unity-package/graphy.git#3.0.6",
```