Thaina Yu
Thaina Yu
I have my custom listener function that I want it to wrap with UniRx. So I think I could use Create function. But then that custom listener need to initial...
## Feature request #### Feature category - [ ] Website: improve the way to browse or discover packages. - [x] Pipelines: improve the way to publish or manage a package....
I wish I could write parameter name with bracket like this ```C# var array = new float[] { 1,2,3,4,5,6 }; var e = new Expression("1 + (2 * [array[0]])"); e.EvaluateParameter...
### [REQUIRED] Please fill in the following fields: * Unity editor version: 2022.1.0b1 * External Dependency Manager version: 1.2.168 * Source you installed EDM4U: UPM tgz * Features in External...
For #217
### Please fill in the following fields: Unity editor version: 2020.1.0b2 External Dependency Manager version: Features in External Dependency Manager in use : Android Resolver Plugins SDK in use (Firebase,...
It was a years since #82 the arcore SDK was developed and now it has augmented face feature. With the same process I think it should be possible to add...
### Please fill in the following fields: Unity editor version: 2018.421f Firebase Unity SDK version: 6.12.0 Source you installed the SDK : unitypackage Firebase plugins in use : Auth FireStore...
FirebaseAnalytics.SetCurrentScreen has 2 argument. But second argument should be optional for convenient, no need to `FirebaseAnalytics.SetCurrentScreen("name",null)`