Skip to content

Do math with a basic calculator in VRChat. You can interact with the Calculator in VR or with the desktop UI.

License

Notifications You must be signed in to change notification settings

VRCWizard/VRCAvatarCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VRCAvatarCalculator

Do math with a basic calculator in VRChat. You can interact with the Calculator in VR or with the desktop UI.

2023-04-11.11-34-10.mp4

image

There is no unity project included for the actual calculator but you can make your own.

  • Get a Calculator model.
  • Add Contact Receivers to the buttons with the approriate parameter and collision tag (finger)
    • Example parameter would be Calc1 coresponding pressing the "1" button. All possible contact reciever parameters listed below.
  • Install Killfrenzy 1.2.7 avatar text on your avatar and move the constrant to the calculator. (remove the freeze rotation axes)

image

image

image

All the possible contact receiver parameters

/avatar/parameters/Calc0  
/avatar/parameters/Calc1  
/avatar/parameters/Calc2  
/avatar/parameters/Calc3  
/avatar/parameters/Calc4
/avatar/parameters/Calc5
/avatar/parameters/Calc6
/avatar/parameters/Calc7
/avatar/parameters/Calc8
/avatar/parameters/Calc9
/avatar/parameters/CalcOpenParen    // open parenthesis "("
/avatar/parameters/CalcCloseParen   // close parenthesis ")"
/avatar/parameters/CalcPoint        // decimal point "."
/avatar/parameters/CalcEquals
/avatar/parameters/CalcClear        // Clear will completely erase the current calculation. 
/avatar/parameters/CalcEntryClear   // Clear Entry will only erase the last entered number or operator.
/avatar/parameters/CalcAdd
/avatar/parameters/CalcSub
/avatar/parameters/CalcMult
/avatar/parameters/CalcDiv

Need Help / Have Questions / Wanna make suggestions?

About

Do math with a basic calculator in VRChat. You can interact with the Calculator in VR or with the desktop UI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages