H3VR-Modding / Sodalite

Sodalite provides tools and game API code for H3VR to allow BepInEx plugins to more easily interface with the game.
GNU Lesser General Public License v3.0
5 stars 3 forks source link

Preload resources #10

Closed nrgill28 closed 2 years ago

nrgill28 commented 2 years ago

Summary of pull request

Allows for injecting arbitrary resource objects with a hook on Resources.LoadAll. Note that these resources need to be loaded and passed to Sodalite before the game calls for them.