Commit Graph

52 Commits

Author SHA1 Message Date
sindharta-tanuwijaya 001942b055
release: 3.1.0-exp.9 (#1025)
* update package.json
* update changelog
2024-12-17 12:11:35 +09:00
sindharta-tanuwijaya 01b9c19b81
deps: use com.unity.webrtc@3.0.0-pre.8 (#1026) 2024-12-13 23:08:53 +09:00
Kazuki Matsumoto c3a29d1d91
fix: Upgrade WebRTC package 3.0.0-pre.7 (#953)
* fix

* fix

* Upgrade package version

* fix

* add post process to build iOS runtime

* fix

* postprocess for ios

* fix
2023-11-21 09:48:51 +09:00
Kazuki Matsumoto d6b0abc2f9
chore: Update package version 3.1.0-exp.7 (#911)
* Update package version

* fix changelog
2023-07-13 15:58:10 +09:00
Kazuki Matsumoto 87f560a7fb
fix: Update package dependencies (#896) 2023-05-16 14:33:23 +09:00
Kazuki Matsumoto 90c705f9cd
chore: Upgrade package version 3.1.0-exp.6 (#845) 2023-01-24 10:02:22 +09:00
Kazuki Matsumoto 06f100928d
chore: Update WebRTC package version 3.0.0-pre.4 (#837)
* fix docs

* fix for tutorial

(cherry picked from commit 727cc6956fb1ab1ea10d950cc3a3c5da7817772a)

* upgrade WebRTC package version 3.0.0-pre.4

* update unity project

* workaround

* workaround

* workaround

* workaround

* fix

* workaround
2023-01-18 18:27:21 +09:00
Kazuki Matsumoto af7df8044a
chore: Fix package description (#818) 2022-12-19 11:23:00 +09:00
Kazuki Matsumoto 2dd1d8bcb5
ci: Add CI jobs which is package isolation test for detecting issues (#806)
* Enable testing in true isolation

We are experiencing a hang in our repo where we are building API Validation assemblies in which we take your latest promoted package `com.unity.renderstreaming@3.1.0-exp.4` (not happening with `3.1.0-exp.3`). The script imports the package with the Windows Unity Editor for the version you have specified in the `unity` field of your package (i.e. `2020.3`).

We think it's because the use of `SynchronizationContext` are not properly cleaned up after and Unity still waits for them. Unfortunately this doesn't reproduce when we run the same commands on the command line but this PR should, in theory, reproduce the same hang on your repo as well.

Enabling testing in true isolation is considered a good practice since this way you should be able to spot also missing dependencies since we are loading the package in a empty project and it should compile without errors.

We were also wondering the reason you added that huge --timeout arg to utr if it's related to this issue but we were unable to find any job that exceeded reasonable timings.

* add job for testing on Windows without GPU

* hopefully this will reproduce the issue

(cherry picked from commit 2583fbf5f484f734eb316c8758dbd38c96233ffd)

* add job

* fix

* add dependencies

* fix

* fix

* fix

* fix bug

* fix

* fix issues

* update dependency

Co-authored-by: Mihai Popescu <57262907+mihai-unity@users.noreply.github.com>
2022-12-16 17:21:29 +09:00
Kazuki Matsumoto c9955ddb48
chore: Update WebRTC package 3.0.0-pre.2 (#814)
* Remove DomainLOad and DomainUnload

* update dependencies

* fix bug

* fix test error

* changed pull request branch to main
2022-12-13 09:20:18 +09:00
Kazuki Matsumoto 0410dff10a
chore: Upgrade package version 3.1.0-exp.5 (#815) 2022-12-13 09:16:13 +09:00
Kazuki Matsumoto df423b661b
chore: Upgrade WebRTC package 2.4.0-exp.11 (#788)
* upgrade webrtc package

* fix
2022-10-05 10:01:13 +09:00
Kazuki Matsumoto 293b805e6a
chore: Change the minumum support version to 2020.3 from 2019.4 (#770) 2022-09-12 10:39:26 +09:00
Kazuki Matsumoto ea3ba92240
chore: Update WebRTC package 2.4.0-exp.10 (#728) 2022-08-09 12:11:20 +09:00
Kazuki Matsumoto 77a564a082
chore: Update WebRTC package version 2.4.0-exp.9 (#724)
* update WebRTC package version

* install unity-downloader-cli
2022-08-02 13:36:47 +09:00
Kazuki Matsumoto a6104e27d8
chore: Upgrade WebRTC package version to 2.4.0-exp.8 (#714)
* update dependencies

* update ProjectSettings

* fixed CHANGELOG

* updated CHANGELOG

* exclude test
2022-07-21 14:52:04 +09:00
Kazuki Matsumoto ac11608fd4
feat: Upgrade WebRTC package version 2.4.0-exp.7 (#683)
* wip: webrtc 2.4.0-exp.7

* update webrtc 2.4.0-exp.7

* add codec select in receiver sample on webapp

* Revert "add codec select in receiver sample on webapp"

This reverts commit 2292dd7f03142eccbae35a1187d5eab5b9d1f7db.

* Upgrade package version

* fix ciimage version

* fix bug

* fix

Co-authored-by: Takashi KANNAN <takashi.kannan@unity3d.com>
2022-05-19 17:32:28 +09:00
Kazuki Matsumoto 1e840ca70d
chore: Upgrade WebRTC package version 2.4.0-exp.6 (#655) 2022-02-24 15:36:40 +09:00
Kazuki Matsumoto 3b3ca12926
chore: Upgrade the package version 3.1.0-exp.3 (#643) 2022-02-15 12:49:49 +09:00
Kazuki Matsumoto 24fe7d2b18
chore: Update Input System package version 1.3.0 (#637)
* upgrade InputSystem version 1.3.0

* set enable the flag for receiving touchscreen event
2022-02-10 14:44:51 +09:00
Takashi Kannan 31102c11a5
feat: Upgrade WebRTC package 2.4.0-exp.5 (#630)
* fix flip streaming using ScreenStreamSender on Opengl

* fix compile error

* fix error

* update depend webrtc package version

* update manifest

* add package for ar sample

* add comment in screen stream sender

* add arfoundation

* update setting for testing with vulkan api

* exclude unit testing on andoid with Vulkan API for workaround

* fix test

* workaround: exclude standalone app testing with il2cpp on maoOS(Silicon)

Co-authored-by: kazuki <karasusan@gmail.com>
2022-02-07 17:41:13 +09:00
Kazuki Matsumoto 67046ee993
chore: Upgrade package version 3.1.0-exp.2 (#554)
* upgrade package version 3.1.0-exp.2

* fix webapp package version
2021-10-26 12:05:58 +09:00
Kazuki Matsumoto 33a197021a
feat: Upgrade WebRTC package 2.4.0-exp.4 (#523)
* wip

* wip

* add audiotest sample

* add microphone sampl

* audio test

* resampling audio source

* resampling audio source

* upgrade webrtc package version

* revert

* revert

* revert

* fix lint

* fix package.json

* fix domain for upm package

* fix bugs

* fix scene
2021-09-10 16:54:03 +09:00
Kazuki Matsumoto 4aadd72acc
upgrade webrtc package version 2.4.0-exp.3 (#499) 2021-06-10 14:33:16 +09:00
Kazuki Matsumoto bd09920a50
chore: Upgrade package version 3.1.0-exp.1 (#474)
* Upgrade package version

* update changelog

* [skip ci] revert unity version

* [skip ci] update macos version

* [skip ci] test

* Revert "[skip ci] revert unity version"

This reverts commit dc5a8ba85a.
2021-05-26 10:13:00 +09:00
Kazuki Matsumoto d544977baf
feat: Android support (#466)
* [skip ci] Android support

* [skip ci] test

* [skip ci] add AR foundation pacakge

* fix build error

* [skip ci] fix

* [skip ci] fix

* Android test on CI

* Fix CI trigger

* Upgrade InputSystem version

* [skip ci] add Camera usage description for testing

* fix bugs

* fix bugs

* [skip ci] fix bugs

* Add menu scene

* Update scenes to adapt to mobile screens

* remove arcore package

* [skip ci] fix bug
2021-05-14 14:44:14 +09:00
Kazuki Matsumoto ec92d70597
upgrade 3.0.1-preview (#439) 2021-03-03 19:59:32 +09:00
Kazuki Matsumoto 6e3492661d
chore: Fix promotion test (#436)
* [skip ci] fix promotion test

* [skip ci] fix promotion test
2021-03-03 09:59:31 +09:00
Kazuki Matsumoto 998015244d
fix: Fixed webbrowserinput bugs (#429)
* fixed webbrowserinput bugs

* remove debug.log
2021-03-01 18:22:56 +09:00
Kazuki Matsumoto 07d3f4879e
chore: Upgrade package version 3.0.0 (#411)
* [skip ci] WIP

* updated package version 3.0.0

* [skip ci] fix

* upgrade webrtc package version 2.3.2

* Update unity editor version
2021-02-18 08:01:21 +09:00
Takashi Kannan 35b9017e74 chore: migrate samples (#377)
* migrate renderstreaming sample

* rename emptyproject to renderstreaming and create symlink package sample

* move common sample scene and define samples asmdef

* implement receive sample script

* migrate sample on package.json

* migrate rendertexture blitter

* delete samples asmdef

* move down example sample
2021-01-15 10:52:40 +09:00
Kazuki Matsumoto c36b217d13 chore: Upgrade webrtc package 2.3.1 (#378)
* upgrade webrtc package 2.3.1

(cherry picked from commit 7d3dfd91f95b9795e012953e76275e8c8abdc81a)

* update package.json
2021-01-15 10:52:40 +09:00
Kazuki Matsumoto 3ac4822424
chore: Upgrade package version 2.2.2 (#364)
* fix package.json of template projects (#357)

* [skip ci] Update unitypacakge

* update package version 2.2.2
2020-12-17 12:28:51 +09:00
Kazuki Matsumoto 31f9ded201
upgrade package version 2.2.1-preview (#355)
(cherry picked from commit 0babb9cba1e34101fc357a365a6ddc607cb4843c)
2020-11-19 16:27:13 +09:00
Kazuki Matsumoto 586b4818e7
update unity project version 2019.4.13f1 and renderstreaming package version 2.2.0-preview (#337) 2020-10-28 17:02:21 +09:00
Kazuki Matsumoto 9629e04c9b
upgrade package version 2.1.1-preview (#332) 2020-09-14 11:52:32 +09:00
Kazuki Matsumoto ed86a788fe
Upgrade package version 2.1.0-preview.2 (#327) 2020-08-28 15:28:14 +09:00
Kazuki Matsumoto 64ea3423d9
doc: Fixed documents to upgrade package version 2.1.0 (#320)
* update documents

* Updated changelog

* upgrade package version
2020-08-24 14:09:01 +09:00
Takashi Kannan 02b3487cae
feat:add legacyrenderpipeline sample (#315)
* add legacy renderpipeline sample

* add export job

* add sample directory

* fix package.json

* delete urpsetting

* fix import script
2020-07-21 09:46:15 +09:00
Kazuki Matsumoto ef41b83d03
chore: upgrade version 2.0.2-preview (#302)
* upgrade version 2.0.2-preview

* fixed build error

* [skip ci] Update unitypacakge

* fixed yaml

(cherry picked from commit 5d78907688575600bdbf53445b61b99b87e11dd2)
2020-05-14 19:43:23 +09:00
kazuki matsumoto 10c8a15881 upgrade version 2.0.1-preciew 2020-04-30 21:59:20 +09:00
Kazuki Matsumoto bfc693f240
chore: Upgrade package version 2.0.0-preview (#293)
* upgrade package version 2.0.0-preview

* [skip ci] upgrade hdrp/urp version
2020-04-30 16:47:16 +09:00
kazuki bcf5306e9d upgrade package version 2.0.0-preview.4 2020-04-22 11:58:15 +09:00
kazuki d64ef1fd10 upgrade com.unity.renderstreaming version 2.0.0-preview.3 2020-04-20 19:54:58 +09:00
Kazuki Matsumoto c24d21bc3e
feat: webcam sample (#277)
* add webcam sample

* remove Awake method

* upgrade webrtc version

* upgrade webrtc version

* Update unitypacakge

* [skip ci] update auto commit message
2020-04-20 15:34:57 +09:00
kazuki fb1b921077 2.0.0-preview.1 -> 2.0.0-preview.2 2020-04-17 11:47:48 +09:00
Kazuki Matsumoto 697f345f6b
chore: fixed dependent package version (#274)
* fixed dependent package version

* fixed dependent package version
2020-04-17 11:40:20 +09:00
Kazuki Matsumoto 5ed9cd34a0
chore: upgrade template package version (#270)
* upgrade template package version

* fixed changelog

* [skip ci] fixed hdrp version

* fixed package version

* add comments to explain development version

* [skip ci] fix package version

* So -> Because
2020-04-16 17:16:39 +09:00
Kazuki Matsumoto e27f327393
fix: fixed error occured when build with webrtc package 2.0.0 (#251)
* fixed error occured when build with webrtc package 2.0.0

* Upgrade webrtc version 2.0.0-preview.1

* add scoped registry for build unitypackage
2020-03-31 10:44:44 +09:00
Takashi Kannan d1e30d11bd
chore: Restructure Directory (#241)
* delete no need script
* restructure directory
* fix ci setting path
* update symbolic link
* update shell cmd path
* update document link
* update readme directory structure
2020-03-16 16:58:48 +09:00