File tree 3 files changed +29
-5
lines changed
3 files changed +29
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ 1.0.0] - 02/27/2021
9
+
10
+ ### Added
11
+
12
+ - Enhanced console logging
13
+ - Performance and equality testing
14
+ - FPS Display
15
+ - Shaders
16
+ - Bitangets
17
+ - Normals
18
+ - Tangents
19
+ - UV1
20
+ - UV2
21
+ - VertexColor
Original file line number Diff line number Diff line change 1
- # Debugging
1
+ # Debug Tools
2
+
3
+ The Debug Tools package provides assets and scripts to assist in debugging Unity projects.
2
4
3
5
## Installation
4
6
@@ -10,4 +12,4 @@ To load a package from a Git URL:
10
12
2 . Click the add (` + ` ) button in the status bar
11
13
3 . Select ** Add package from git URL** from the add menu
12
14
4 . Enter the following Git URL in the text box and click Add:
13
- ` https://github.com/zigurous/unity-debugging .git `
15
+ ` https://github.com/zigurous/unity-debug-tools .git `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.zigurous.debug" ,
3
- "version" : " 0.1 .0" ,
4
- "displayName" : " Zigurous Debug" ,
5
- "description" : " Assets and scripts for debugging Unity projects." ,
3
+ "version" : " 1.0 .0" ,
4
+ "displayName" : " Zigurous Debug Tools " ,
5
+ "description" : " The Debug Tools package provides assets and scripts to assist in debugging Unity projects." ,
6
6
"unity" : " 2019.4" ,
7
+ "keywords" : [" debug" ],
7
8
"author" : {
8
9
"name" : " Zigurous" ,
9
10
You can’t perform that action at this time.
0 commit comments