Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lackofbindings committed Dec 5, 2024
1 parent 0f1d852 commit c79c36e
Show file tree
Hide file tree
Showing 89 changed files with 5,345 additions and 368 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ crashlytics-build.properties
Assets/PackageMakerWindowData.asset*
.idea
.vscode
/ClientSimStorage/
Empty file removed Assets/.gitkeep
Empty file.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion Packages/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
!com.vrchat.core.*

# Change this to match your new package name
!com.vrchat.demo-template
!com.lackofbindings.udonmovementscaler
21 changes: 21 additions & 0 deletions Packages/com.lackofbindings.udonmovementscaler/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 7 additions & 0 deletions Packages/com.lackofbindings.udonmovementscaler/LICENSE.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Packages/com.lackofbindings.udonmovementscaler/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Movement Scaler
by lackofbindings

A simple script that scales the player's movement speed based on the height of their avatar.

## Installation

To install just drag the prefab anywhere into your scene.

If a window pops up asking you about Text Mesh Pro just click the first button and let it do it.
If you don't want the debug display it is safe to remove it or set it to EditorOnly.

If you want to toggle it in-game it is safe to use any script/animation to toggle the enabled state on the root game object.

⚠️ Does not work in Client Sim, may throw errors. (tested in ClientSim v1.2.6)

----

See the [Github repo](https://github.com/lackofbindings/udon-movement-scaler) for more info
7 changes: 7 additions & 0 deletions Packages/com.lackofbindings.udonmovementscaler/README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Packages/com.lackofbindings.udonmovementscaler/Runtime.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c79c36e

Please sign in to comment.