浏览代码
Updated Console package (#5)
Updated Console package (#5)
* Updated Console Package * Updated API for Console Commands/main
GitHub Enterprise
5 年前
当前提交
7efb145b
共有 19 个文件被更改,包括 237 次插入 和 849 次删除
-
8Assets/Scripts/ConsoleCommnands/LoadLevelConsoleCommand.cs
-
12Assets/Scripts/Debug/POVConsoleCommand.cs
-
14Assets/Scripts/Debug/SceneCommand.cs
-
6Assets/Scripts/Debug/SendMessageCommand.cs
-
3Assets/Scripts/Shake/ShakeManager.cs
-
2LocalPackages/net.peeweek.console/Console/CommandLibrary/ExitCommand.cs
-
2LocalPackages/net.peeweek.console/Console/CommandLibrary/PhysicsCommand.cs
-
2LocalPackages/net.peeweek.console/Console/CommandLibrary/ScreenCommand.cs
-
2LocalPackages/net.peeweek.console/Console/CommandLibrary/ScreenshotCommand.cs
-
2LocalPackages/net.peeweek.console/Console/CommandLibrary/TimeCommand.cs
-
2LocalPackages/net.peeweek.console/Console/ConsoleUtility.cs
-
3LocalPackages/net.peeweek.console/Console/Font/Inconsolata.otf.meta
-
154LocalPackages/net.peeweek.console/Console/Script/Console.cs
-
14LocalPackages/net.peeweek.console/README.md
-
814LocalPackages/net.peeweek.console/Resources/Console.prefab
-
14LocalPackages/net.peeweek.console/package.json
-
2LocalPackages/net.peeweek.console/package.json.meta
-
23LocalPackages/net.peeweek.console/CHANGELOG.md
-
7LocalPackages/net.peeweek.console/CHANGELOG.md.meta
814
LocalPackages/net.peeweek.console/Resources/Console.prefab
文件差异内容过多而无法显示
查看文件
文件差异内容过多而无法显示
查看文件
|
|||
{ |
|||
"name": "net.peeweek.console", |
|||
"displayName": "Console", |
|||
"version": "1.0.1-preview", |
|||
"unity": "2018.3", |
|||
"description": "Console for your games" |
|||
} |
|||
"name": "net.peeweek.console", |
|||
"displayName": "Console", |
|||
"version": "1.1.0", |
|||
"unity": "2018.4", |
|||
"description": "Console GUI for your games. Enable display of logs at runtime and in players, executing console commands and adding your own console commands using a simple C# API.", |
|||
"type": "tool", |
|||
"hideInEditor": false |
|||
} |
|
|||
fileFormatVersion: 2 |
|||
guid: 2f67d47412141ae4ab28053a65f17e0f |
|||
TextScriptImporter: |
|||
PackageManifestImporter: |
|||
externalObjects: {} |
|||
userData: |
|||
assetBundleName: |
|
|||
# Console Changelog |
|||
|
|||
## [2020-XX-XX] - 1.2.0 |
|||
|
|||
* Added a `Console.ExecuteCommand(string command)` to execute a command from script. |
|||
|
|||
## [2019-08-24] - 1.1.0 |
|||
|
|||
* No more preview label for the package |
|||
* Got rid of UGUI ScrollBar, only displays one TextField |
|||
* Scrolling uses PageUp/PageDown and custom scrolling system to reduce text rendering overhead |
|||
* In order to avoid using `Console.Console` even when `using Console;`due to ambiguous calls, `Console` namespace has been renamed to `ConsoleUtility` |
|||
* Ensure command repeat history do not store contiguous duplicates. |
|||
|
|||
## [2019-04-10] - 1.0.1-preview |
|||
|
|||
* Make Console Log Stacktraces on Error/Exception |
|||
* Disabled EventSystem GameObject (Can be enabled if used locally) |
|||
* Fixed Time Digits |
|||
|
|||
## [2019-01-15] - 1.0.0-preview |
|||
|
|||
* Initial Release |
|
|||
fileFormatVersion: 2 |
|||
guid: ba425ded7c9ea3b47b479611efddc286 |
|||
TextScriptImporter: |
|||
externalObjects: {} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
撰写
预览
正在加载...
取消
保存
Reference in new issue