Skip to content

Commit

Permalink
Fix documents
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltwo committed Jul 6, 2024
1 parent 1e29152 commit 47db132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions src/ActionGameCore/Assets/CameraControls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Changelog

## [1.5.0] - 2024-07-02
### Removed
- Remove SteamInputAPI.
## [1.6.0] - 2024-07-07
### Changed
- Changed to use PlayerInput component

## [1.4.0] - 2024-06-28
### Changed
- Merged with TPS package.
- Renamed namespace to CameraControls.
- Separated script to Controller and Input.

## [1.3.0] - 2024-06-28
### Changed
- Support SteamInput.

## [1.2.0] - 2024-05-16
### Changed
- Match camera sensitivity of mouse and controller.
Expand Down
2 changes: 1 addition & 1 deletion src/ActionGameCore/Assets/CameraControls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.eviltwo.camera-controls",
"displayName": "Camera Controls",
"version": "1.5.0",
"version": "1.6.0",
"unity": "2022.3",
"description": "Camera movements for FPS and TPS.",
"author": {
Expand Down

0 comments on commit 47db132

Please sign in to comment.