Search results for query: *

  1. mrmr32

    Won't fix Override index operator of custom class raises `SecurityException`

    Following this post about overriding the `[]` operator in C# raises a `SecurityException`. I know there's other ways to do it (eg. the Java way with a setter), but as this is a C# core feature you should be able to use it. Compile of Custom/Scripts/mrmr32/GenderSwapper/GenderSwapper.cslist...
  2. mrmr32

    Not A Bug OnSceneLoaded event not being called

    While there's alternatives to solve this bug (I'll attach my own below), some developers may be confused trying to use that variable and that doesn't work. Emphasize that using that variable (once it work) would be more efficient than all the plugins using my solution. private IEnumerator...
  3. mrmr32

    Not A Bug OnSceneLoaded event not being called

    Inside SuperController there's a variable (onSceneLoadedHandlers) that should call all the listeners when _isLoading becomes true, but that's not the case. If you see the usages of that variable, at least in that class is completely unused. As an example, onSceneSavedHandlers is virtually the...
  4. mrmr32

    Can't play Twitch on in-game browser

    Looking inside the code I've seen that VAM uses ZenFulcrum's EmbeddedBrowser. In their features they mention "support for Chromium's open codecs (non-live YouTube videos should work; Vimeo, Twitch will not [...])", so it's a limitation from the browser that the asset is using.
  5. mrmr32

    Can't play Twitch on in-game browser

    Any plugin or something I can do to change this?
  6. mrmr32

    Can't play Twitch on in-game browser

    To reproduce it: Place a WebBrowser Go to https://www.twitch.tv/ Hit any stream The website will tell you that the browser is unsupported. Is there any way I can use my default system browser and set the object to just play that screen? I'm using VAM version 1.20.77.9
Back
Top Bottom