Skip to content

Commit

Permalink
Read me updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Cem Uğur Karaçam authored and Cem Uğur Karaçam committed Jan 16, 2022
1 parent b6a710d commit 4c55d03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
![command-console](./images/console.gif)
### Command Console
Inspired by Quantum Console from unity asset store. It looks pretty awesome.
You should import TMP(Text Mesh Pro) before using.


#### Usage
Simply log any string

```csharp
Console.Log("This is the way");
Console.Log("Also with TMP rich text support for colors", "green");
Console.Log("Also with text support for colors", "green");
```

Just call `Initialize` to setup. It will create the command view from `Resources`.
Expand Down

0 comments on commit 4c55d03

Please sign in to comment.