lunar-unity-plugin | A UNIX/Quake3 style command line interface to Unity editor
kandi X-RAY | lunar-unity-plugin Summary
kandi X-RAY | lunar-unity-plugin Summary
lunar-unity-plugin is a C# library. lunar-unity-plugin has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
A UNIX/Quake3 style command line interface to Unity editor
A UNIX/Quake3 style command line interface to Unity editor
Support
Quality
Security
License
Reuse
Support
lunar-unity-plugin has a low active ecosystem.
It has 69 star(s) with 7 fork(s). There are 12 watchers for this library.
It had no major release in the last 12 months.
There are 2 open issues and 6 have been closed. On average issues are closed in 6 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of lunar-unity-plugin is 0.0.9b
Quality
lunar-unity-plugin has no bugs reported.
Security
lunar-unity-plugin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
lunar-unity-plugin does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
lunar-unity-plugin releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lunar-unity-plugin
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lunar-unity-plugin
lunar-unity-plugin Key Features
No Key Features are available at this moment for lunar-unity-plugin.
lunar-unity-plugin Examples and Code Snippets
Copy
using LunarPlugin;
[CCommand("test")]
class Cmd_test : CCommand
{
void Execute()
{
PrintIndent("Hello, Unity!");
}
}
> test
Hello, Unity!
> cmdlist
> bind t test
> bind ctrl+t test
using LunarPlugin;
[CVarCont
Community Discussions
No Community Discussions are available at this moment for lunar-unity-plugin.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install lunar-unity-plugin
###Open Terminal window (see: Getting Started) Use Editor's menu: Window ▶ Lunar ▶ Terminal. ###Create command (see: Commands). ###Create key bindings (see: Key Binding). ###Create config variable (see: Config Variables).
Create new C# script Commands.cs in Assets/Editor folder:
Open terminal window and type command's name:
List commands:
Bind to a single key:
Bind command to a short cut:
Create new C# script CVars.cs in Assets/Scripts folder:
Open terminal window and list variables:
Set variable's value:
Get variable's value:
Create new C# script Commands.cs in Assets/Editor folder:
Open terminal window and type command's name:
List commands:
Bind to a single key:
Bind command to a short cut:
Create new C# script CVars.cs in Assets/Scripts folder:
Open terminal window and list variables:
Set variable's value:
Get variable's value:
Support
For any other questions: lunar.plugin@gmail.com.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page