Skip to content

v0.1.0_alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@Deficuet Deficuet released this 28 Jan 19:57
· 4 commits to main since this release
  • Added debugOutput, which is a function taking a String as a parameter when initianlizing a new UnityAssetManager instance. It is used to redirect the debug information; by default, it does nothing. Before this version the information was printed in stdout.
    • If you still want to use stdout, just pass ::println, like this UnityAssetManager.new(..., debugOutput = ::println)