Skip to content

Commit

Permalink
Update changelog & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gompocp committed Aug 20, 2021
1 parent ae3a822 commit d30c0e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### StandaloneThirdPerson v1.2.0
- Added a freeform camera (You can thank [ljoonal](https://github.com/ljoonal/) for that)

### ActionMenuUtils v1.3.11
- Recompile to fix issues

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,23 @@ More information [here](https://github.com/gompocp/ActionMenuApi)


Requires [loukylor's VRChatUtilityKit](https://github.com/loukylor/VRC-Mods/releases)
- Has a Freeform camera (thanks ljoonal <3)
- You can scroll in and out using the mouse scroll wheel
- You can switch to behind shoulders too in rear view mode
- KeyBinds configurable via uix/the config file. Valid values can be found [here](https://docs.unity3d.com/ScriptReference/KeyCode.html) (exluding `None`)
![UIX Settings](https://i.imgur.com/ev94XEE.png)
![UIX Settings](https://i.imgur.com/KoRTTqU.png)
- Third person camera fov and nearclipplane value can be edited as well via uix/the config file

### Preview
#### Directly behind view
![Directly behind view](https://i.imgur.com/Nrq9V3z.jpeg)
#### Front view
![Front View](https://i.imgur.com/BSfitPU.png)
#### Behind right shoulder
![Left Side View](https://i.imgur.com/RuDD82W.jpeg)
#### Behind left shoulder
![Right Side View](https://i.imgur.com/S6vvWwx.jpeg)


### Acknowledgements

- Credit to [Knah](https://github.com/knah/) for [EnableDisable Listener](https://github.com/knah/VRCMods/blob/master/UIExpansionKit/Components/EnableDisableListener.cs)
Expand Down

0 comments on commit d30c0e7

Please sign in to comment.