File tree Expand file tree Collapse file tree 3 files changed +29
-5
lines changed Expand file tree Collapse file tree 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.
24
35## Installation
46
@@ -10,4 +12,4 @@ To load a package from a Git URL:
10122 . Click the add (` + ` ) button in the status bar
11133 . Select ** Add package from git URL** from the add menu
12144 . 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 11{
22 "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." ,
66 "unity" : " 2019.4" ,
7+ "keywords" : [" debug" ],
78 "author" : {
89 "name" : " Zigurous" ,
910 "email" : " support@zigurous.com" ,
You can’t perform that action at this time.
0 commit comments