Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniRx ObservableUnityWebRequest

What

  • Wrapper for UnityEngine.Networking.UnityWebRequest with UniRx.

Install

yarn add "umm/unirx_observableunitywebrequest#^1.0.0"

Usage

using UniRx;

public class Sample {

    void Start() {
        ObservableUnityWebRequest.GetText("https://www.google.com/").Subscribe(
            (responseText) => {
                Debug.Log(responseText);
            }
        );
    }

}
  • Provide some methods for defined in UnityEngine.Networking.UnityWebRequest.

License

Copyright (c) 2017 Tetsuya Mori

Released under the MIT license, see LICENSE.txt

About

Provide UniRx wrapper for UnityWebRequest

Topics

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages