-
Notifications
You must be signed in to change notification settings - Fork 193
Unity client sdk #1105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Fellmonkey
wants to merge
119
commits into
appwrite:master
Choose a base branch
from
Fellmonkey:unity-client-sdk
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Unity client sdk #1105
Changes from all commits
Commits
Show all changes
119 commits
Select commit
Hold shift + click to select a range
c701685
Merge branch 'master' into unity-client-sdk
Fellmonkey d007736
feat: add Unity SDK support to SDK generator
Fellmonkey 3627f77
Refactor Unity SDK file structure and improve upload logic
Fellmonkey e20f308
Add Unity2021 test integration
Fellmonkey b9602f7
Merge branch 'master' into unity-client-sdk
Fellmonkey b17f3f3
Merge branch 'appwrite:master' into unity-client-sdk
Fellmonkey 772d82d
feat: add cookie container support
Fellmonkey e858581
feat: add ping functionality
Fellmonkey 85fdb6f
feat: add realtime endpoint configuration
Fellmonkey f657dc0
fix: improve header setting in client
Fellmonkey 8d116c7
feat: add native websocket dependency
Fellmonkey 1dd5a07
feat: complete realtime implementation rewrite
Fellmonkey 9166fbb
test: add comprehensive test coverage
Fellmonkey 977c043
Update Tests.cs
Fellmonkey 4e117ad
fix: header formatting
Fellmonkey 0c59f25
test: remove major delay
Fellmonkey 7b9f36c
refactor api.twig
Fellmonkey f55cee3
Delete AppwriteClient.cs.twig
Fellmonkey 8116b5d
refactor: remove space
Fellmonkey 2733768
refactor: remove build warnings
Fellmonkey 98f2487
Add raw filter
Fellmonkey cef5ed5
add utils
Fellmonkey 6881c4a
fix root namespace and ref
Fellmonkey 3d4211f
refactor: editor scipts
Fellmonkey c2eeaae
Delete AppwriteExampleScript.cs.twig
Fellmonkey fc78753
refactor config
Fellmonkey 09db3dd
refactor manager
Fellmonkey 9cd0867
new appwrite example
Fellmonkey bd3c56b
remove AppwriteClient template
Fellmonkey e429cb6
new structure project
Fellmonkey ee033d0
remove empty file
Fellmonkey 686ac66
new depend in tests.asmdef
Fellmonkey fb7c149
Update package.json.twig
Fellmonkey 8e53b67
fix lint
Fellmonkey aba236c
test behavior
Fellmonkey 90bbad5
return all include platforms
Fellmonkey 24e3f27
Update Unity.php
Fellmonkey a34c613
Merge pull request #1 from Fellmonkey/dev
Fellmonkey 40f771a
Add conditional UniTask support for Unity templates
Fellmonkey 5486c68
Add version define for UniTask in asmdef
Fellmonkey 803ba98
Merge pull request #2 from Fellmonkey/dev
Fellmonkey 7bc47f4
Update Realtime.cs.twig
Fellmonkey dd432e6
Add service selection and security warnings to config
Fellmonkey a384f22
Restrict QuickSetup method to Unity Editor
Fellmonkey a6746b0
Add dynamic service initialization to AppwriteManager
Fellmonkey 4ddc170
Refactor Realtime WebSocket handling and models
Fellmonkey 75d8a97
Merge pull request #3 from Fellmonkey/dev
Fellmonkey adae0a5
Merge branch 'master' into dev
Fellmonkey b43999d
add deprecation handling
Fellmonkey 3681fa6
Merge pull request #4 from Fellmonkey/dev
Fellmonkey 2648eba
Merge branch 'master' into unity-client-sdk
Fellmonkey b77042e
remove empty-line from Tests.cs
Fellmonkey 1cad697
Merge branch 'appwrite:master' into unity-client-sdk
Fellmonkey 0947b6d
Rename API key to dev key in Unity templates
Fellmonkey 4761370
Update Unity package template description
Fellmonkey 0410b37
pass enum value as string in API params
Fellmonkey e5c985d
Merge pull request #5 from Fellmonkey/dev
Fellmonkey d8f85b1
confused
Fellmonkey f319764
Merge pull request #6 from Fellmonkey/dev
Fellmonkey c100ff6
Update service enum and default endpoints in config
Fellmonkey b0cf526
Enhance CookieContainer with persistence and parsing
Fellmonkey 29285ee
Merge pull request #7 from Fellmonkey/dev
Fellmonkey 233f5ca
Add maxAge and createdAt to Cookie class
Fellmonkey 6537fd1
Add persistent session and JWT storage to Client
Fellmonkey 3eda68f
Merge pull request #8 from Fellmonkey/dev
Fellmonkey 0a48f7a
Refactor object inference in JSON converter
Fellmonkey b44f0b1
Refactor model deserialization logic in C# template
Fellmonkey 1ff1db3
Add OAuth2 and cookie support for Unity SDK
Fellmonkey 5b4ff35
remove extra space
Fellmonkey 588dab8
Add new query methods and tests
Fellmonkey 238e609
remove new tests
Fellmonkey d7ae141
Update Unity service template and remove OAuth2 test
Fellmonkey be984aa
Remove debug log for Set-Cookie header
Fellmonkey 81100ac
Merge pull request #10 from Fellmonkey/dev
Fellmonkey 4c6b9f7
Handle optional properties in model From method
Fellmonkey eea9988
Merge branch 'appwrite:master' into unity-client-sdk
Fellmonkey ef145bc
Add tests for new Query methods in Unity
Fellmonkey 7c42ea3
tired
Fellmonkey ba713d6
Merge pull request #11 from Fellmonkey/dev
Fellmonkey 9a3e14d
Revamp Unity SDK README and example documentation
Fellmonkey 2fabd02
Merge branch 'dev' into unity-client-sdk
Fellmonkey fa14d61
normalize domain value
Fellmonkey c5d7785
Merge pull request #12 from Fellmonkey/dev
Fellmonkey 5ea6a7a
Refactor Unity SDK to inherit from DotNet and reuse templates
Fellmonkey 7a37aa8
Merge pull request #13 from Fellmonkey/dev
Fellmonkey b071cbc
synchronization with the Unity template
Fellmonkey 1035c1d
Add UNI_TASK define to WebAuthComponent
Fellmonkey 8108ed4
Refactor Unity setup assistant for async reliability
Fellmonkey b6a0eb5
Merge branch 'appwrite:master' into unity-client-sdk
Fellmonkey 02707a1
Refactor async method usage and update initialization
Fellmonkey e9586d2
Refactor model parsing for nullable and array properties
Fellmonkey 5ad9a4b
Skip null parameters in request parameter loop
Fellmonkey 8860259
Merge branch 'appwrite:master' into unity-client-sdk
Fellmonkey 953600d
Refactor model class name generation in template
Fellmonkey d9f6d71
Merge branch 'master' into improve-json-serialization
Fellmonkey cc2cd62
Add parse_value Twig function for DotNet models
Fellmonkey ebbad72
make generated array mappings null-safe
Fellmonkey ff2545a
lint
Fellmonkey faad585
Import Enums namespace conditionally in model template
Fellmonkey 995ba87
Merge branch 'master' into improve-json-serialization
ChiragAgg5k 10993e5
Refactor array handling in DotNet code generation
Fellmonkey 76ce99c
Merge branch 'master' into improve-json-serialization
Fellmonkey 8b1eff0
Remove extra blank lines
Fellmonkey d7ca639
Merge remote-tracking branch 'upstream/master' into unity-client-sdk
Fellmonkey 4ebabd7
Refactor Unity SDK templates and improve thread safety
Fellmonkey 2a8dd10
Refactor service initialization and improve reconnect logic
Fellmonkey 1fca457
update tests
Fellmonkey c243bca
Merge remote-tracking branch 'upstream/master' into improve-json-seri…
Fellmonkey a91f388
Update docblock for getFunctions method
Fellmonkey b61e46a
Merge branch 'improve-json-serialization' into unity-client-sdk
Fellmonkey edd6122
Add model response and query tests for Unity
Fellmonkey 799c3fc
Add channel builder and overloads for Realtime subscription
Fellmonkey 7ed757e
Add Channel.cs template mapping for Unity SDK
Fellmonkey 98b82b9
Add request model template mapping for Unity
Fellmonkey 9b12d1a
Update Unity codegen for request and response model handling
Fellmonkey 27f2612
Update XML doc comment for service
Fellmonkey a6a6661
Replace System.Web query parsing with custom extension
Fellmonkey e74fc61
rem empty file
Fellmonkey 25e6fe3
Add Channel helper tests
Fellmonkey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.