Search results for query: *

  1. S

    Other var browser

    v0.15f4 add cache for assetbundle. it will lower the memory and reduce disk IO. asset is always loaded from assetbundle,when VAM load asset,it must load the whole assetbundle to memory then load asset from assetbundle. I change the way,let VAM load assetbundle from file,it is only need the...
  2. S

    Other var browser

    v0.15f3 delete cache in “Cache\var_browser_cache”,and using the latest version. make compatible with Chokaphi.VAM_Decal_Maker
  3. S

    Other var browser

    v0.15f2 delete cache in “Cache\var_browser_cache”,and using the latest version. fix colorspace conversion.
  4. S

    Other var browser

    uninstall automatically is feasible but i don't think it's MUST HAVE. var browser keep some cache in memory to prevent disk IO. you can click GC button to release these cache. i will optimze the memroy usage later. but currently i want to prove the "resize texture" first.
  5. S

    Other var browser

    you should solve dependencies by yourself before loading scene. the hub browse in var browser provide way to download missing vars. auto use new var version may be broken old var, but may be an option by config.
  6. S

    Other var browser

    v0.15f1 delete cache in “Cache\var_browser_cache”,and using the latest version. if you meet some bug,tell me!
  7. S

    Other var browser

    v0.15 add option to "reduce texture size",it is because some VARs use too big texture,eg,4k,or even 8k. it cost too much time to load them for low-end devices and it cost memory,even from VAM's cache. so i add function to reduce texture size,the first time open the scene,var browser will create...
  8. S

    Other var browser

    yes,just try!
  9. S

    Other var browser

    so detailed description, very thanks,it really help for me to better under your question. I answer your first VR question,i have post the solution for using “VarBrowserSessionPlugin.cs”. it provide actions to invoke.
  10. S

    Other var browser

    i will keep var browser workable. but not put into too much time. so if there is some function is needed and not cost too much time,i will handle it.
  11. S

    Other var browser

    new version: https://github.com/sFisherE/vam_plugin_release/tree/main/var%20browser/v0.14 1.support codepage config for some strange zip encoding. specially for chinese user 2.support popup show count up to 999.
  12. S

    Other var browser

    no need autoload. you would better unload all vars when close the game
  13. S

    Plugins mmd2timeline - v1.4f1 Feature Optimisation

    It's a minor version. But the fixes are useful. Only the Player has been fixed. Changed the handling of Camera Scale and Y-axis Scale. These two options have now been moved to the Settings module as global settings. Improved the handling of adjusting camera settings. You can now see the camera...
  14. S

    Plugins mmd2timeline - v1.4 Camera Optimised

    This is a big step. This version fixes the often-criticised Camera problem with the mmd2timeline/MMDShow Player feature. Adjusted camera operations to fix camera shake and frame skipping in some cases. Add Camera Position Reference, the camera will automatically adjust the start position...
  15. S

    Plugins mmd2timeline - v1.3f2 Fix the issue that low version of VAM can not be executed

    Version 1.3 has a compatibility issue. It caused the plugin not run on lower versions of VAM. This version fixes the issue. ( Still recommend you upgrade to the latest version of VAM for better experience )
  16. S

    Plugins mmd2timeline - v1.3f1 Optimise camera control mode

    This is a minor update. Adjusted processing logic for custom camera atoms. Selected WindowCamera is now supported and an atom with Embody plugin attached will be selected automatically. If the Embody plugin is attached to the target atom, the Embody Active status can be automatically...
  17. S

    Plugins mmd2timeline - v1.3 Support for MMD playlist in VAR packages.

    1. There is now a "Sync Mode" feature in the Settings interface that allows you to choose whether the progress is "SyncWithAudio" or "SyncWithGame". The default is "SyncWithAudio". Using the "SyncWithGame" mode allows you to use third-party plug-ins for frame-by-frame recording. 2. Added the...
  18. S

    Plugins mmd2timeline

    sfishere updated mmd2timeline with a new update entry: reupload to enable hub download Read the rest of this update entry...
  19. S

    Plugins mmd2timeline - reupload to enable hub download

    the content is all same with previous upload
  20. S

    Plugins mmd2timeline - Provide Open Actions and Triggers

    Now the Player feature offers open Actions and Triggers. You can invoke them in your scene. This version provides a new component Trigger, it sets the trigger event of the Player. Select the trigger on the left side of the Trigger component and set the trigger action on the right side (the...
Back
Top Bottom