Skip to content

DerpyNewbie/NewbieCommons

Repository files navigation

Newbie Commons

Useful utility set of U# scripts, such as:

  • dynamically subscribe Update FixedUpdate and more events, using UpdateManager.
  • adding elements on Array like a List, using ArrayUtils.
  • getting RoleData for specified players, using RoleManager.
  • getting local player is in japanese region or not, using NewbieUtils.IsJapaneseTimeZone().

Docs will be written later on. I'm lazy!

How to Import

Import using VCC

  1. Open this link and add repository to your VCC.
  2. Add Newbie Commons package from DerpyNewbie repos
  3. Done!

Import using unitypackage

  1. Open releases
  2. Download unitypackage in assets.
  3. Import downloaded unitypackage to your project.
  4. Done!