Skip to content

Commit

Permalink
Update documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltwo committed Jun 28, 2024
1 parent 3e971df commit 6c8ea98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions src/ActionGameCore/Assets/CameraControls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [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.
Expand Down
8 changes: 4 additions & 4 deletions src/ActionGameCore/Assets/CameraControls/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "com.eviltwo.fps-camera-controls",
"displayName": "FPS Camera Controls",
"version": "1.3.0",
"name": "com.eviltwo.camera-controls",
"displayName": "Camera Controls",
"version": "1.4.0",
"unity": "2022.3",
"description": "Camera movements for FPS.",
"description": "Camera movements for FPS and TPS.",
"author": {
"name": "DAIKI(eviltwo)",
"url": "https://github.com/eviltwo"
Expand Down

0 comments on commit 6c8ea98

Please sign in to comment.