Skip to content
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

642 face cam #646

Merged
merged 35 commits into from
Oct 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f5ace1a
#642 Attribute meshRenderer is set in Start.
koschke Sep 27, 2023
218bb90
Removed obsolete player prefab.
koschke Sep 27, 2023
610f9dc
#642 Disabled NetworkObject.
koschke Sep 27, 2023
911a772
#642 Added documentation. FaceCam must not be a NetworkObject.
koschke Sep 27, 2023
d3f7703
Changes by Unity.
koschke Sep 27, 2023
9db58d0
#642 Parenting is done in InstantiatePrefab.
koschke Sep 27, 2023
0fbe792
Moved FaceCam prefab to folder for Player prefabs.
koschke Sep 27, 2023
64d39e2
#642 The FaceCam prefab is now a child of the player prefabs.
koschke Sep 27, 2023
4884ece
#642 The FaceCam prefab is now a child of the player prefabs.
koschke Sep 27, 2023
58eda80
#642 Removed component NetworkObject in FaceCam child.
koschke Sep 27, 2023
7e5c80f
#642 Attribute webCamTextureToMatHelper must be initialized
koschke Sep 27, 2023
970d2e4
#642 Increased time out for initialization.
koschke Sep 27, 2023
5d953b9
#642 Included FaceCam prefab in player prefab by reference
koschke Sep 27, 2023
0d11c25
#642 Removed component NetworkObject.
koschke Sep 27, 2023
d0eb968
#642 Initialization of attribute meshRenderer moved to Initialize().
koschke Sep 27, 2023
88fbf2c
#642 Added debugging output to client/server RPCs.
koschke Sep 27, 2023
ad1bc91
More debugging output. Removed unused import.
koschke Sep 28, 2023
6549105
Added RPC to debug output.
koschke Sep 28, 2023
a3eb943
Debug output to find out who the owner is.
koschke Sep 28, 2023
1e64a27
Updated com.unity.burst to version 1.8.9.
koschke Sep 28, 2023
2661f15
Clarified who is the owner of the FaceCam.
koschke Sep 28, 2023
bcf4fe8
Merge remote-tracking branch 'origin/master' into 642-faceCam
koschke Oct 5, 2023
db04db4
Removed unused obsolete class.
koschke Oct 2, 2023
178ef73
#644 Removed unused declaration.
koschke Oct 5, 2023
7f1143e
#644 New class offering the local player.
koschke Oct 5, 2023
d95a386
#644 Removed LocalPlayer and related obsolete code. Added documentation.
koschke Oct 5, 2023
57f5865
#644 The LocalPlayer is set when an avatar comes into existence.
koschke Oct 5, 2023
c455922
#644 The LocalPlayer has been moved to a class of its own.
koschke Oct 5, 2023
813e2bb
Allow NodeOperator even with NodeRef.value == null
falko17 Oct 5, 2023
abf328e
Use PascalCase for constants in LabelAttributes
falko17 Oct 5, 2023
a26b133
Applied suggestion by reviewer falko17.
koschke Oct 5, 2023
84eafe5
Applied suggestion by reviewer falko17.
koschke Oct 5, 2023
81cf2aa
#642 Added #ifdefs for debug logs.
koschke Oct 6, 2023
e0a4a12
#642 Added explanation for FIXME.
koschke Oct 6, 2023
3f2a96b
#642 Added newline at the end of the file.
koschke Oct 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
449 changes: 0 additions & 449 deletions Assets/Resources/Player.prefab

This file was deleted.

7 changes: 0 additions & 7 deletions Assets/Resources/Player.prefab.meta

This file was deleted.

Loading
Loading