Skip to content

LuviConsole is a console that show log of Unity Engine debug in GUI screen. Also include custom command for create a command menu for debug or cheat.

Notifications You must be signed in to change notification settings

Avatarchik/LuviConsole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuviConsole

LuviConsole is a console GUI of Unity that include custom command. Created by Thanut Panichyotai (@LuviKunG)

How to use?

Simply define the LuviConsole in the code.

void Awake()
{
    _ = LuviConsole.Instance;
}

Or put the prefab into the most first scene. You can find it in Packages/LuviConsole/Resources/LuviKunG/LuviConsole.prefab

How to install?

UPM Install via manifest.json

Locate to your Unity Project. In Packages folder, you will see a file named manifest.json. Open it with your text editor (such as Notepad++ or Visual Studio Code or Legacy Notepad)

Then merge this json format below.

(Do not just copy & paste the whole json! If you are not capable to merge json, please using online JSON merge tools like this)

{
  "dependencies": {
    "com.luvikung.luviconsole": "https://github.com/LuviKunG/LuviConsole.git#2.4.3"
  }
}

If you want to install the older version, please take a look at release tag in this git, then change the path after # to the version tag that you want.

Unity UPM Git Extension

If you doesn't have this package before, please redirect to this git https://github.com/mob-sakai/UpmGitExtension then follow the instruction in README.md to install the UPM Git Extension to your Unity.

If you already installed. Open the Package Manager UI, you will see the git icon around the bottom left connor, Open it then follow the instruction using this git URL to perform package install.

Install LuviConsole with UPM Git Extension

Make sure that you're select the latest version.

About

LuviConsole is a console that show log of Unity Engine debug in GUI screen. Also include custom command for create a command menu for debug or cheat.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%