-
Notifications
You must be signed in to change notification settings - Fork 136
release: v1.10.0 #269
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
Merged
Merged
release: v1.10.0 #269
Conversation
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
* recreation of vivox scripts from old PR * updating ServiceHelper to join channel * wip: Enable Vivox, voice and text working somehow without UI atm * wip: textchat working * feat: improve Chat * wip: Improve TextChat * wip: achitectural changes * wip: small improvements * chore: decouple TextChat from Services * chore: cleanup * feat: Block Player Input on Chat Input focused * fix: await Vivox Login * chore: remove unused files * chore: remove scene * fix: focus state on textfield * fix: improve initialization and handle session leave * chore: cleanup * fix: apply review changes * docs: add changelog entry * Update CHANGELOG.md Co-authored-by: Fernando Cortez <[email protected]> --------- Co-authored-by: Elfi Kühndorf <[email protected]> Co-authored-by: Fernando Cortez <[email protected]>
…-9622] (#257) * adding a spawner for the avatar in the game scene * changelog addition * removing sync transform on spawner NetworkObjects * fixing bootstrap scene from merge, debug assert added for player reference --------- Co-authored-by: Robert Hammerle <[email protected]>
* feat: upgrade to 6000.0.27f1 * fix: deprecated method warnings * fix: disable render graph compatibility mode to eliminate warning * feat: replace ParrelSync with MPPM * chore: update readme * feat: update packages * chore: changelog * feat: upgrade to 28f1 * fix: do cinemachine auto upgrade * fix: update CI editor version
* feat: upgrade to unity 6.0.28f1 * fix: disable Render Compatibility Mode to remove warning * feat: replace ParrelSync with MPPM * feat: update packages * chore: update readme and changelog * fix: update CI editor version * fix: remove vscode package to remove related warning
* adding gamepad controls * adding mobile input wrapper, mobile UI, desktop & mobile actions ready * changelog addition * cleanup: typos, removed logs * fix: Disabling VoiceChat for now as it causes a Permission Error on iOS, this issue is already adressed in #261 * consistent access modifiers * fix: Make mobile controls setting available again --------- Co-authored-by: Robert Hammerle <[email protected]> Co-authored-by: hammerlerobi <[email protected]>
… [MTT-8697] (#262) * feat: upgrade to 6000.0.27f1 * fix: deprecated method warnings * fix: disable render graph compatibility mode to eliminate warning * feat: replace ParrelSync with MPPM * chore: update readme * feat: update packages * chore: changelog * feat: upgrade to 28f1 * fix: do cinemachine auto upgrade * fix: update CI editor version * feat: add welcome dialog * feat: take description from in-project readme and add button to open bootstrap scene * feat: add table of contents * feat: remove in-project readme * fix: game control description, namespace * feat: show welcome dialog on startup * chore: changelog * review: change link from forum to discussions * review: new icons * fix: special character in icon paths
…t differences (#260) fix light clipping on stones through removing LODs on the prefabs steps assets
* recreation of vivox scripts from old PR * updating ServiceHelper to join channel * wip: Enable Vivox, voice and text working somehow without UI atm * wip: textchat working * feat: improve Chat * wip: Improve TextChat * wip: achitectural changes * wip: small improvements * chore: decouple TextChat from Services * chore: cleanup * feat: Block Player Input on Chat Input focused * fix: await Vivox Login * chore: remove unused files * chore: remove scene * fix: focus state on textfield * fix: improve initialization and handle session leave * chore: cleanup * wip: Add positional voice chat * chore: improve architecture * chore: add icon * fix: apply review changes * feat: seperate voice and textchat * fix: catching some potential null refs * feat: select audio device wip * fix: add missing UI * feat: Make sure to ask for Microphone permissions on MacOS * wip: VoiceChat feature complete. Needs cleanup * fix: Focus issue * chore: cleanup extract fields etc. * fix: vivox joining and leaving working * chore: remove unnecessary code, attach to device change events * docs: Update changelog * chore: final cleanup * fix: Hide UI because of Vivox bug * chore: internalize method * chore: remove buildprofile * chore: Move permission check before login * chore: change subscription to events * chore: remove UI dependency in VivoxManager * chore: remove unnecessary argument * chore: cleanup ingameMenu * fix: reapply VivoxPosition Component * fix: Make sure base is called * chore: remove unsubscription * chore: wrap everything related to mic permission into define --------- Co-authored-by: Elfi Kühndorf <[email protected]>
…ble of Contents (#264) * fix: update CI editor version * feat: add welcome dialogue * fix: add description and title to welcome dialogue * Feat: add Table of Contents to IET fix: remove vscode again * chore: remove in-project readme * feat: show welcome dialog at startup and mention IET in changelog, fix: change forum link to discussions * fix: remove typos and empty spaces from Table of Contents * Fix: remove Update Panel Settings.asset change * Update Settings.json to true * Fix: Renamed banner and removed redundant code in TutorialCallbacks * feat: add button to welcome page which leads to network scene * Fix: remove second welcome dialogue button, first button closes window as well now Title text adjusted to keep it coherent with other samples
…der Fixes (#265) * Lighting & Shadow fixes: - Rebaked lightmaps - Commented some keywords in Assets/Shaders/CustomHLSL/CustomLighting.hlsl for shadows - Added _MAIN_LIGHT_SHADOWS keyword to Assets/Shaders/SubGraphs/ToonShading.shadersubgraph - Switched keywords to "Multi Compile" instead of "Shader Feature" in Assets/Shaders/SubGraphs/ToonLightingModel.shadersubgraph - Switched the directional light mode to Mixed from Baked in the TownMarket scene * Fixes: - Enabled shadow cascade keyword - Edited Assets/Shaders/SubGraphs/ToonLightingModel.shadersubgraph to force enable light map multiplier * - Added receive shadow keyword to the character shader - Set main light cascade settings to match original project * - Fixed mixed lighting baking setting * fix: display transparency values in game mode through adding through enabling opaque and depth texture settings in RPAssets * Update Settings.json * fix: change directional light intensity and color for warmer light * fix: Adding same shadow cascade settings to mobile RP asset as on PC * Update CHANGELOG.md --------- Co-authored-by: Cal Chiu <[email protected]>
* wip: Mobile UI refactor * wip: Touch UI working * wip: Mobile UI improvements * feat: Only allow landscape mode * feat: Manage keyboard on Mobile * feat: make settings ui touchable * chore: rename * chore: extract class * chore: cleanup unnecessary changes * chore: Improve folder structure * chore: remove unnecessary icon * chore: Cleanup Event registration * chore: cleanup * feat: Add stylesheet overwrite * chore: renaming, restructure etc. * feat: increase audio distance * docsL: readd comment * chore: remove warnings about changed path to textures * feat: improve focus states * feat: align touch input button styles to the rest of the UI * feat: improve colapse button
* feat: adding new input system and adjusting ShipControl.cs as well as Ship prefab accordingly fix: adjusting Welcome Page as WASD works now as well for movement * Update CHANGELOG.md * feat: adjust input system to include serialized fields and link input actions directly * fix: set player settings to new input system only, replacing old with new Input system UI input module in EventSystem in scene
… promotion [MTT-9361] (#268) * tutorials wip: UGS tutorial imported, 2 Multiplayer tutorials & 1 sample tutorial outlined * last two tutorials' functionalities finished * upgrade com.unity.multiplayer.playmode to v1.3.2 * renaming * instruction text added to all tutorials * welcome screen includes start tutorials button * camera scene position change * enabling finishing mppm tutorial temporarily * checking for virtual player 2's active state * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial Welcome Page.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial Welcome Page.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/8-Multiplayer Tooling Ready.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/2-Open Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/2-Open Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/2-Open Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/2-Open Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/2-Open Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/2-Open Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/2-Open Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/4-Validate Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/4-Validate Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/4-Validate Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/4-Validate Network Scene Visualization.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/8-Multiplayer Tooling Ready.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/8-Multiplayer Tooling Ready.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/8-Multiplayer Tooling Ready.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/8-Multiplayer Tooling Ready.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/8-Multiplayer Tooling Ready.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/3-CheckVivox.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/3-CheckVivox.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/3-CheckVivox.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/3-CheckVivox.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/3-CheckVivox.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/3-CheckVivox.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/3-CheckVivox.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/8-Project Successfully Linked.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/8-Project Successfully Linked.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/8-Project Successfully Linked.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/8-Project Successfully Linked.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/8-Project Successfully Linked.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial0_SetupUGS/8-Project Successfully Linked.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/1-Setup Multiplayer Play Mode.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/1-Setup Multiplayer Play Mode.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/1-Setup Multiplayer Play Mode.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/2-Create a Virtual Player.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/2-Create a Virtual Player.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/2-Create a Virtual Player.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/2-Create a Virtual Player.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/2-Create a Virtual Player.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/8-Virtual Player Successfully Created.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/8-Virtual Player Successfully Created.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/8-Virtual Player Successfully Created.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/8-Virtual Player Successfully Created.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/8-Virtual Player Successfully Created.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/8-Virtual Player Successfully Created.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/8-Virtual Player Successfully Created.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/8-Virtual Player Successfully Created.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial1_SetupMultiplayerPlayMode/8-Virtual Player Successfully Created.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/1-Setup Multiplayer Tools.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/1-Setup Multiplayer Tools.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/1-Setup Multiplayer Tools.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/1-Setup Multiplayer Tools.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/1-Setup Multiplayer Tools.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/1-Setup Multiplayer Tools.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/1-Setup Multiplayer Tools.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/1-Setup Multiplayer Tools.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial2_SetupNetSceneVis/8-Multiplayer Tooling Ready.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/1-SessionOwnerPromotion.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/8-LeaveSessionAsVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/8-LeaveSessionAsVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/8-LeaveSessionAsVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/8-LeaveSessionAsVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/8-LeaveSessionAsVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/8-LeaveSessionAsVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/7-JoinSessionAsEditor.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/7-JoinSessionAsEditor.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/7-JoinSessionAsEditor.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/7-JoinSessionAsEditor.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/7-JoinSessionAsEditor.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/6-CreateASessionOnVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/5-EnterPlayModeWithVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/5-EnterPlayModeWithVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/5-EnterPlayModeWithVirtualPlayer.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/3-MultiplayerPlayModeIntegration.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/3-MultiplayerPlayModeIntegration.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/3-MultiplayerPlayModeIntegration.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/3-MultiplayerPlayModeIntegration.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/2-ProjectBoundToUgsValidation.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/2-ProjectBoundToUgsValidation.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/10-Session Owner Successfully Promoted.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/10-Session Owner Successfully Promoted.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/10-Session Owner Successfully Promoted.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/10-Session Owner Successfully Promoted.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/10-Session Owner Successfully Promoted.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/10-Session Owner Successfully Promoted.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/10-Session Owner Successfully Promoted.asset Co-authored-by: Vic Cooper <[email protected]> * Update Basic/DistributedAuthoritySocialHub/Assets/Editor/Tutorials/Tutorial3_SessionOwnerPromotion/10-Session Owner Successfully Promoted.asset Co-authored-by: Vic Cooper <[email protected]> * formatting & typo fixes * changelog addition * handling in case editor and virtual player create different sessions * feat: Replace Icons and Backgrounds in Tutorial Overview * chore: revert changing logos to grayscale * . in Welcome Page * another . for consistency * step 2 of UGS setup autoadvance + broken link fix * vivox page converted to a narrative page * formatting updates * vivox tab opened again --------- Co-authored-by: Vic Cooper <[email protected]> Co-authored-by: Robert Hammerle <[email protected]>
RikuTheFuffs
approved these changes
Dec 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Issue Number(s)
Contribution checklist