Skip to content

dfgHiatus/ResoniteUnityPackagesImporter

Repository files navigation

UnityPackageImporter

A ResoniteModLoader mod for Resonite VR that facilitates the import of Unity Packages.

Installation

  1. Install ResoniteModLoader.
  2. Place UnityPackageImporter.dll into your rml_mods folder. This folder should be at C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you.
  3. Put The contents of this zip into your rml_libs folder. This folder should be at C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_libs for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you.
  4. Start the game. If you want to verify that the mod is working you can check your Resonite logs.

FAQs

  1. What does this mod do exactly? This mod solely extracts the assets of Unity Packages and imports them into Resonite
  2. Will this mod setup avatars for me? No, you'll need to set them up normally. It will do materials and textures though sometimes.
  3. What kind of unity packages can I import? Anything! Avatar packages, world packages, anything you can think of!
  4. Will this mod run on the Linux version of the game? Yes
  5. How many packages can I import at once? In theory you should be able to import many at once, but in my experience one at a time is your best friend here given the massive file size Unity Packages can be
  6. Help! The files I imported are file-looking things! Using ResoniteModSettings, you'll see the topmost option is to "Import files directly into Resonite". You can set this to false, but be wary as you may import thousands of things all at once!
  7. What kind of files does this mod import? Presently, it supports:
  • Text
  • Images
  • Documents
  • 3D Models (including point clouds)
  • Audio
  • Fonts
  • Videos
  • And raw binary variants of the above for file sharing
  • Prefabs (ALPHA)
  • Scenes (ALPHA)
  1. What will this mod NOT import?
  • Particle systems
  • Animations/Animators
  • Dynamic Bones
  • Phys Bones

Known Issues and Limitations

  • This might hang a little bit during import. Recommended to import one unity package at a time, pairs nicely with ResoniteModSettings