Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modesttree/Unity3dAsyncAwaitUtil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1
Choose a base ref
...
head repository: modesttree/Unity3dAsyncAwaitUtil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 84 files changed
  • 4 contributors

Commits on Sep 23, 2017

  1. Copy the full SHA
    baa28bc View commit details
  2. Renamed folder

    svermeulen committed Sep 23, 2017
    Copy the full SHA
    51d6bc6 View commit details

Commits on Sep 24, 2017

  1. Copy the full SHA
    6bdf1ad View commit details

Commits on Sep 25, 2017

  1. Copy the full SHA
    7e33876 View commit details

Commits on Sep 27, 2017

  1. Tweak to comment

    svermeulen committed Sep 27, 2017
    Copy the full SHA
    c547847 View commit details
  2. Re-generated html docs

    svermeulen committed Sep 27, 2017
    Copy the full SHA
    d0f04d1 View commit details

Commits on Sep 28, 2017

  1. - Added support for IEnumerator<T>

    - Added helper static class Awaiters
    svermeulen committed Sep 28, 2017
    Copy the full SHA
    7509f87 View commit details
  2. Copy the full SHA
    4fee72d View commit details
  3. Copy the full SHA
    c3f3f66 View commit details
  4. Fixed link in readme

    svermeulen committed Sep 28, 2017
    Copy the full SHA
    df87b72 View commit details

Commits on Oct 11, 2017

  1. Added link to asset store

    svermeulen committed Oct 11, 2017
    Copy the full SHA
    48cf26d View commit details

Commits on Apr 12, 2018

  1. Rethrow exceptions instead of throwing them again

    When an exception is thrown again ("throw ex"), its stack will be
    overwritten. Instead, it should be rethrown with its original context.
    
    More info here (Figure 2):
    https://msdn.microsoft.com/en-us/magazine/mt620018.aspx
    
    Issue #5
    Dan Zwell authored and ugly-ec2-automated committed Apr 12, 2018
    Copy the full SHA
    52dc07c View commit details

Commits on May 6, 2018

  1. Merge pull request #6 from lefth/master

    Rethrow exceptions instead of throwing them again to keep their stack trace
    svermeulen authored May 6, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9f77669 View commit details

Commits on Jun 7, 2018

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    64eb807 View commit details
  2. Merge pull request #7 from jhett12321/patch-1

    Remove class constraint from AsIEnumerator.
    svermeulen authored Jun 7, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5caf721 View commit details

Commits on Dec 22, 2018

  1. Copy the full SHA
    cfe1a95 View commit details

Commits on Jan 3, 2019

  1. Merge pull request #11 from ChronosWS/master

    Add support for awaiting IAsyncOperation<T> from UnityEngine.Resource…
    svermeulen authored Jan 3, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    386897a View commit details

Commits on Jan 4, 2019

  1. Revert "Merge pull request #11 from ChronosWS/master"

    This reverts commit 386897a, reversing
    changes made to 5caf721.
    svermeulen committed Jan 4, 2019
    Copy the full SHA
    5f948fd View commit details
Showing with 1,900 additions and 56 deletions.
  1. +21 −0 License.md
  2. +3 −1 ReadMe.md
  3. +1 −1 UnityProject/Assets/{AsyncUtil.meta → Plugins/AsyncAwaitUtil.meta}
  4. +9 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation.meta
  5. +469 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe.html
  6. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe.html.meta
  7. +9 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files.meta
  8. BIN ...Project/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/22d474190b1889d3373fa4f9334e979c
  9. +8 −0 ...ct/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/22d474190b1889d3373fa4f9334e979c.meta
  10. BIN ...Project/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/a276129472f6ad4719e01704016e6f73
  11. +8 −0 ...ct/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/a276129472f6ad4719e01704016e6f73.meta
  12. +186 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/cmdline_frame.html
  13. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/cmdline_frame.html.meta
  14. +1 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/comment-reply.min.js.download
  15. +8 −0 ...oject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/comment-reply.min.js.download.meta
  16. +1 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/default.min.css
  17. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/default.min.css.meta
  18. +403 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/font-awesome.min(1).css
  19. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/font-awesome.min(1).css.meta
  20. +1 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/font-awesome.min.css
  21. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/font-awesome.min.css.meta
  22. +2 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/jquery-migrate.min.js.download
  23. +8 −0 ...ject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/jquery-migrate.min.js.download.meta
  24. +6 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/jquery.js.download
  25. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/jquery.js.download.meta
  26. +65 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/shBrushCSharp.js.download
  27. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/shBrushCSharp.js.download.meta
  28. +237 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/shCore.css
  29. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/shCore.css.meta
  30. +17 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/shCore.js.download
  31. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/shCore.js.download.meta
  32. +117 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/shThemeDefault.css
  33. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/shThemeDefault.css.meta
  34. +1 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/style.min.css
  35. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/style.min.css.meta
  36. +1 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/style.min.js.download
  37. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/style.min.js.download.meta
  38. +1 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/wp-embed.min.js.download
  39. +8 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/wp-embed.min.js.download.meta
  40. +4 −0 ...Project/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/wp-emoji-release.min.js.download
  41. +8 −0 ...ct/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/wp-emoji-release.min.js.download.meta
  42. +1 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/wp-slimstat.min.js.download
  43. +8 −0 ...Project/Assets/Plugins/AsyncAwaitUtil/Documentation/ReadMe_files/wp-slimstat.min.js.download.meta
  44. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source.meta
  45. +3 −3 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/AwaitExtensions.cs
  46. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/AwaitExtensions.cs.meta
  47. +45 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Source/Awaiters.cs
  48. +12 −0 UnityProject/Assets/Plugins/AsyncAwaitUtil/Source/Awaiters.cs.meta
  49. +88 −14 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/IEnumeratorAwaitExtensions.cs
  50. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/IEnumeratorAwaitExtensions.cs.meta
  51. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/Internal.meta
  52. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/Internal/AsyncCoroutineRunner.cs
  53. +1 −1 ...yProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/Internal/AsyncCoroutineRunner.cs.meta
  54. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/Internal/SyncContextUtil.cs
  55. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/Internal/SyncContextUtil.cs.meta
  56. +4 −4 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/TaskExtensions.cs
  57. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/TaskExtensions.cs.meta
  58. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/WaitForBackgroundThread.cs
  59. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/WaitForBackgroundThread.cs.meta
  60. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/WaitForUpdate.cs
  61. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Source/WaitForUpdate.cs.meta
  62. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Tests.meta
  63. +6 −6 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Tests/AsyncTests.unity
  64. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Tests/AsyncTests.unity.meta
  65. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Tests/AsyncUtilTests.cs
  66. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Tests/AsyncUtilTests.cs.meta
  67. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Tests/Util.meta
  68. +0 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Tests/Util/TestButtonHandler.cs
  69. +1 −1 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/Tests/Util/TestButtonHandler.cs.meta
  70. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/UniRx.meta
  71. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/UniRx/Tests.meta
  72. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/UniRx/Tests/UniRxTests.cs
  73. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/UniRx/Tests/UniRxTests.cs.meta
  74. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/UniRx/Tests/UniRxTests.unity
  75. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/UniRx/Tests/UniRxTests.unity.meta
  76. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/UniRx/UnirxAwaitExtensions.cs
  77. 0 UnityProject/Assets/{AsyncUtil → Plugins/AsyncAwaitUtil}/UniRx/UnirxAwaitExtensions.cs.meta
  78. +3 −1 UnityProject/Assets/Plugins/UniRx/Scripts/Notification.cs
  79. +5 −4 UnityProject/Assets/Plugins/UniRx/Scripts/Observer.cs
  80. +2 −1 UnityProject/Assets/Plugins/UniRx/Scripts/Operators/Wait.cs
  81. +3 −2 UnityProject/Assets/Plugins/UniRx/Scripts/Subjects/AsyncSubject.cs
  82. +2 −1 UnityProject/Assets/Plugins/UniRx/Scripts/Subjects/BehaviorSubject.cs
  83. +2 −1 UnityProject/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs
  84. +3 −2 UnityProject/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Observable.Unity.cs
21 changes: 21 additions & 0 deletions License.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2016 Modest Tree Media Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 3 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

For details on usage see the associated blog post [here](https://github.com/svermeulen/Unity3dAsyncAwaitUtil).
For details on usage see the associated blog post [here](http://www.stevevermeulen.com/index.php/2017/09/23/using-async-await-in-unity3d-2017/).

Install either by downloading from [asset store](https://www.assetstore.unity3d.com/#!/content/101056) or from the [releases section](https://github.com/svermeulen/Unity3dAsyncAwaitUtil/releases)

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions UnityProject/Assets/Plugins/AsyncAwaitUtil/Documentation.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading