@umm/unirx_observableunitywebrequest

1.1.2 • Public • Published

What?

  • UniRx.ObservableUnityWebRequest を提供します。
  • UniRx.ObservableWWWUnityWebRequest 版です。

Why?

  • UnityWebRequest 版が無かったので。

Install

$ npm install github:umm-projects/unirx_observableunitywebrequest.git

Usage

using UniRx;

public class Sample {

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

}
  • UnityWebRequest が提供する主立ったメソッドをラップしています。

License

Copyright (c) 2017 Tetsuya Mori

Released under the MIT license, see LICENSE.txt

Readme

Keywords

none

Package Sidebar

Install

npm i @umm/unirx_observableunitywebrequest

Weekly Downloads

0

Version

1.1.2

License

MIT

Last publish

Collaborators

  • kidsstar_system
  • takyama
  • risacankidsstar
  • mkaya
  • hanage
  • fakestarbaby
  • monry