FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for testproject - pathganker/com.unity.netcode.gameobjects · GitHub
pathganker
/
com.unity.netcode.gameobjects
Public
forked from
Unity-Technologies/com.unity.netcode.gameobjects
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
com.unity.netcode.gameobjects
testproject
on
develop
User selector
Datepicker
Commit history
Commits on Jul 12, 2022
test: Allow for the detection of whether to run locally or remotely. (#2054)
Show description for ba30286
zain-mecklai
and
ashwinimurt
authored
ba30286
View commit details
Copy full SHA for ba30286
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
fix: API Audit for missing XML documentation [MTT-3881] (#2026)
NoelStephensUnity
authored
9aff85f
View commit details
Copy full SHA for 9aff85f
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
chore: update `testproject/packages-lock.json`
0xFA11
committed
1cabb7d
View commit details
Copy full SHA for 1cabb7d
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
test: Limit platforms until all the other platforms are ready (#2021)
zain-mecklai
authored
ea14f2f
View commit details
Copy full SHA for ea14f2f
View code at this point
Browse repository at this point
Commits on Jun 15, 2022
test: Update asmdef for the tests to match the product (#2016)
zain-mecklai
authored
20304f1
View commit details
Copy full SHA for 20304f1
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
test: Added ability to switch the transport to UTP from the command line (#1991)
zain-mecklai
authored
08e09c2
View commit details
Copy full SHA for 08e09c2
View code at this point
Browse repository at this point
Commits on Jun 10, 2022
fix: observers not being cleared on despawning NetworkObject (#2009)
NoelStephensUnity
authored
352db12
View commit details
Copy full SHA for 352db12
View code at this point
Browse repository at this point
Commits on Jun 9, 2022
fix: NetworkAnimator does not work using the server authoritative model [MTT-3745] (#2003)
NoelStephensUnity
authored
d23f93d
View commit details
Copy full SHA for d23f93d
View code at this point
Browse repository at this point
fix: soft synchronization error occurs on late-joining client when an in-scene placed NetworkObject has been parented to another dynamically spawned NetworkObject [MTT-3615] (#1985)
NoelStephensUnity
authored
c0c6b02
View commit details
Copy full SHA for c0c6b02
View code at this point
Browse repository at this point
Commits on Jun 7, 2022
chore: update `testproject/.gitignore`
0xFA11
committed
9199f82
View commit details
Copy full SHA for 9199f82
View code at this point
Browse repository at this point
refactor!: connection approval (#2002)
jeffreyrainy
authored
55c1e62
View commit details
Copy full SHA for 55c1e62
View code at this point
Browse repository at this point
fix: mono cecil compatibility and UNET removal fixes for 2022.2.0a13 and above (#2000)
ShadauxCat
authored
fd816c5
View commit details
Copy full SHA for fd816c5
View code at this point
Browse repository at this point
Commits on Jun 6, 2022
fix: NetworkSceneManager Data Pool Test failures on console - switch (#1986)
NoelStephensUnity
authored
fef6b19
View commit details
Copy full SHA for fef6b19
View code at this point
Browse repository at this point
Commits on May 25, 2022
test: remote config support for multiprocesstestscene (#1931)
Show description for 5e76d8e
zain-mecklai
and
NoelStephensUnity
authored
5e76d8e
View commit details
Copy full SHA for 5e76d8e
View code at this point
Browse repository at this point
fix: OnSceneEvent should raise Unload events for all scenes not just additive scenes [MTT-3580] (#1975)
Show description for 71b76e7
NoelStephensUnity
authored
71b76e7
View commit details
Copy full SHA for 71b76e7
View code at this point
Browse repository at this point
fix: NetworkAnimator does not update animator's parameters unless the animator's layer changes [MTT-3492] (#1946)
Show description for 39a2448
NoelStephensUnity
authored
39a2448
View commit details
Copy full SHA for 39a2448
View code at this point
Browse repository at this point
Commits on May 23, 2022
fix: LoadEventCompleted scene event not invoked when a client disconnects before finishing loading a scene [MTT-3396] (#1973)
Show description for 75c646a
NoelStephensUnity
and
LPLafontaineB
authored
75c646a
View commit details
Copy full SHA for 75c646a
View code at this point
Browse repository at this point
Commits on May 18, 2022
fix: restore native fixed string support (#1961)
Show description for 7b7ab49
ShadauxCat
authored
7b7ab49
View commit details
Copy full SHA for 7b7ab49
View code at this point
Browse repository at this point
Commits on May 17, 2022
fix: NetworkSceneManager add do not load during callback note in xml documentation [MTT-3495] (#1974)
Show description for c09a3de
NoelStephensUnity
and
0xFA11
authored
c09a3de
View commit details
Copy full SHA for c09a3de
View code at this point
Browse repository at this point
fix: preventing issues with game code registering multiple `ConnectionApprovalCallback`s [MTT-3496] (#1972)
Show description for eaf781e
jeffreyrainy
and
0xFA11
authored
eaf781e
View commit details
Copy full SHA for eaf781e
View code at this point
Browse repository at this point
Commits on May 11, 2022
feat: Addressables tests (#1895)
ShadauxCat
authored
6d54e28
View commit details
Copy full SHA for 6d54e28
View code at this point
Browse repository at this point
Commits on May 9, 2022
fix: NetworkSceneManager does not synchronize despawned in-scene placed NetworkObjects [MTT-2924] (#1898)
Show description for b712d1c
NoelStephensUnity
authored
b712d1c
View commit details
Copy full SHA for b712d1c
View code at this point
Browse repository at this point
Commits on Apr 27, 2022
fix!: `NativeList<T>` causes crashes when used in RPCs [NCCBUG-106] (#1901)
Show description for 38a1510
ShadauxCat
and
0xFA11
authored
38a1510
View commit details
Copy full SHA for 38a1510
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
feat: Addressables Redux (#1882)
Show description for 81290ba
ShadauxCat
and
0xFA11
authored
81290ba
View commit details
Copy full SHA for 81290ba
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
fix: NetworkRigidbody authority and ownership detection (#1891)
Show description for 2151772
NoelStephensUnity
and
0xFA11
authored
2151772
View commit details
Copy full SHA for 2151772
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
fix: ValidatesSceneBeforeLoading halts client synchronization (#1883)
Show description for d220adf
NoelStephensUnity
authored
d220adf
View commit details
Copy full SHA for d220adf
View code at this point
Browse repository at this point
fix: Client-Side NetworkEvent.Disconnect can throw an exception in UnityTransport (#1884)
Show description for e4d5166
NoelStephensUnity
authored
e4d5166
View commit details
Copy full SHA for e4d5166
View code at this point
Browse repository at this point
Commits on Apr 14, 2022
refactor: Remove SIPTransport and replace it with UnityTransport (#1870)
Show description for 6555a1e
NoelStephensUnity
and
0xFA11
authored
6555a1e
View commit details
Copy full SHA for 6555a1e
View code at this point
Browse repository at this point
Commits on Apr 1, 2022
chore: update UTP to 1.0.0 (#1849)
Show description for a6c081f
ashwinimurt
and
0xFA11
authored
a6c081f
View commit details
Copy full SHA for a6c081f
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
fix: PopulateScenePlacedObjects only checks IsSceneObject for null [MTT-3041] (#1850)
Show description for 9b54e1a
NoelStephensUnity
authored
9b54e1a
View commit details
Copy full SHA for 9b54e1a
View code at this point
Browse repository at this point
refactor!: remove `SnapshotSystem` (#1852)
0xFA11
authored
f30b75e
View commit details
Copy full SHA for f30b75e
View code at this point
Browse repository at this point
Commits on Mar 29, 2022
fix: ClientRpcs ignores NetworkObject's observer list [MTT-2878] (#1836)
Show description for 3e9923c
NoelStephensUnity
and
TwoTenPvP
authored
3e9923c
View commit details
Copy full SHA for 3e9923c
View code at this point
Browse repository at this point
Commits on Mar 28, 2022
test: NetworkTransform related updates to manual test assets in test project [MTT-2975] (#1842)
Show description for 9ce46a8
NoelStephensUnity
authored
9ce46a8
View commit details
Copy full SHA for 9ce46a8
View code at this point
Browse repository at this point
chore: update `UnityTransport` script file GUID (#1839)
0xFA11
authored
ea2ef99
View commit details
Copy full SHA for ea2ef99
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
chore: update `packages-lock.json` files (#1835)
0xFA11
authored
37746d4
View commit details
Copy full SHA for 37746d4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL