Skip to content
View BenNyght's full-sized avatar

Highlights

  • Pro

Block or report BenNyght

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PortfolioWebsite PortfolioWebsite Public

    Hey! I love programming and technology, so come and check out some of my awesome projects. Including a horror mixed reality VR game, training simulations, birds in AR, and more...

    Dart 1

  2. StatView StatView Public

    StatView transforms VrApi logcat data into easy-to-understand graphs, ideal for developers and QA personnel looking to enhance the performance of their VR applications.

    C

  3. This tool allows you to install APK ... This tool allows you to install APK files to the currently attached device by double-clicking on the file. Set it as the default application to open apk files in.
    1
    @ECHO OFF
    2
    adb devices
    3
    adb -d install -r %1
    4
    powershell "[console]::beep(900,100)"
    5
    powershell "[console]::beep(1000,200)"
  4. Unity-Build-Package Unity-Build-Package Public

    Simple Unity Build Scripts and Build Reporter. Works with Github Actions.

    C# 1