Toggle navigation
Toggle navigation
This project
Loading...
Sign in
TelusPlayground
/
NestApp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Armando Hernandez
2017-05-02 13:36:54 -0400
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
bff906706c322719bcc6b64904ef0ac935b58a1d
bff90670
1 parent
e20e056f
Fixed debug console version. Set version to 2.0.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
Assets/Packages/GlobaTools/DebugConsole/DebugConsole.cs
ProjectSettings/ProjectSettings.asset
Assets/Packages/GlobaTools/DebugConsole/DebugConsole.cs
View file @
bff9067
...
...
@@ -58,7 +58,7 @@ public class DebugConsole : MonoBehaviour
{
Application
.
companyName
,
Application
.
productName
,
System
.
Reflection
.
Assembly
.
GetExecutingAssembly
().
GetName
().
Version
.
ToString
()
Application
.
version
};
_appInfo
.
text
=
string
.
Format
(
"{0} {1} - v{2}"
,
appInfo
);
...
...
ProjectSettings/ProjectSettings.asset
View file @
bff9067
No preview for this file type
Please
register
or
sign in
to post a comment