Skip to content

Conversation

@RikuTheFuffs
Copy link
Contributor

Description

PR for v1.7.0 release.

Issue Number(s)

Contribution checklist

  • Release notes have been added to the project changelog file
  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • JIRA ticket ID is in the PR title or at least one commit message
  • Include the ticket ID number within the body message of the PR to create a hyperlink

RikuTheFuffs and others added 18 commits June 5, 2024 12:42
* chore: updated Dedicated Game Server Sample to Unity 6, and Multiplayer Play Mode and dedicated server packages to 1.1.0

* chore: update Unity version in the CI for Dedicated Game Server

* chore: attempted to change editor version to see if DGS sample can build

* feat: updated logic in BuildProcessor so it doesn't use deprecated (and now unneeded) APIs

* chore: temporarily disabled running tests of other samples (will be re-enabled after DGS troubleshooting)

* chore: disabled core part of BuildEverything automation to see if Yamato still fails

* chore: bisecting CI failure

* chore: bisecting CI failure

* chore: bisecting CI failure

* chore: attempted to change build path to see if CI fails

* Revert "chore: attempted to change build path to see if CI fails"

This reverts commit 72f9139.

* chore: disabled burst compilation

* chore: re-enabled build code

* chore: disabled burst compiler programmatically before and after builds

* chore: disabled building clients

* chore: updated burst to latest version

* chore: re-enabled client builds

* chore: restored tests of other samples

* feat: added UIToolkit support ot input system configuration
chore: removed unneeded input asset, set project-wide input actions file

---------

Co-authored-by: Paolo Abela <[email protected]>
* chore: removed Invaders from CI, as it is now a deprecated sample

* chore: Moved "Invaders" sample to "Deprecated" folder

* chore: Added README for deprecated samples

* chore: Removed "Contributing" section from Deprecated samples README.md
* Added: integration of UIToolkit for NetworkManagerUI

* moving UI Toolkit related files into UI toolkit folder, also NetworkManagerUI.cs adjustments to integrate UI toolkit

* fix: added validation of IP and port address

* fix: color changes through button interactions work now

* fix: added Styleclasses instead of color fields to implement color changes of buttons

* fix: scaling of UI changes depending on screen size
* copy all changes to new branch

* changing name of shared triggers
… folder structure [MTT-8913] (#198)

* initial project commit

* Added: proposed folder structure from TDD

* consolidating settings folders

* adding ignored temp script for testing connection

---------

Co-authored-by: Elfi Kühndorf <[email protected]>
…r SDK package upgrade, scripting fix, editor upgrade (#203)

NGO & Multiplayer SDK package upgrade, scripting fix, editor upgrade
…v1.8.1 API [MTT-8502] (#182)

DedicatedGameServer updated to NGO v1.8.1 API
* initial project commit

* Added: proposed folder structure from TDD

* consolidating settings folders

* adding ignored temp script for testing connection

* importing asteroids base classes & locomotion controller wip

* reworked drag, inheriting from baseobject movement

* cleanup, avatar set with AvatarTransform

* distinguishing spawmed players with name in hierarchy

* moving AvatarTransformEditor to own Editor subdirectory class, cleanup

* formatting changes

---------

Co-authored-by: Elfi Kühndorf <[email protected]>
…rces in case a user closed the Tutorial window [skip ci]
…-8945] (#207)

* asmdefs generated with dependencies mapped

* one unnecessary dependency removed

* renaming asmdefs & adding input assemblyinfo

* adding explicitly inputsystem to player assembly
…209)

* chore: updated link in tutorials so it points at more recent RPCs

* chor: made font bigger in NetvarVsRPC scene, and rmeoved unneeded prefabs property overrides

* chore: added reminder text in completion dialogues to redirect to tutorials
…FX (#206)


* consolidating settings folders

* feat: completed first draft of blockout

* LODs, 3 VFX, Lighting and post-processing

* Updated LODs to be single contained FBXs, removed VFX from scene, rebaked lighting

* Fix shader warnings

* Fixed statue mesh warnings, removed statue LODs, fixed Toon_Shaking shader warnings

* delete unneeded assets

* Overriding prefabs in order to be able to remove ProBuilder,  remove ClickToPlace script

* Changed: moved extracted ProMeshBuilder meshes into different folders and deleted extra folder, imported adjusted toonshaders, deleted smoke shadergraph and adjusted effected materials to use fire shadergraph and changed settings

---------

Co-authored-by: Fernando Cortez <[email protected]>
Co-authored-by: Vlad Neykov <[email protected]>
…ow) [MTT-8905] [MTT-8884] (#208)

* asmdefs generated with dependencies mapped

* one unnecessary dependency removed

* renaming asmdefs & adding input assemblyinfo

* avatar-side pickup/toss of pickupable object

* adding a pickupable object, EnvironmentTransform, to scene with a spawner

* adding explicitly inputsystem to player assembly
)

* import PigChef plus dependencies, deleted scripts, WIP cleanup PigChef prefab

* removed unnecessary assets, adjusted AnimatorController for PigChef, added basic ThirdPersonController and Rigidbody

* feat: adjusted Animator settings (adding parameters and states), creating arm rigs setup and carryable object template

* added: pickup animation

* adding source animation files

pickup and throw animation source Maya files

* Updated pickup animation

Includes the new bone PickupLocation as child of the Hips bone with animation for being picked up

* animation update

keyframes updated

* Added: set up pickup functionality with fixedjoint, added PickUpItem tag and pickup locations on PigChef and CarryableObjectTemplate

also added move VS running

* added ThirdPersonRBController script

* Updates to prop carrying

Animation adjustments for carrying. Prefab adjustments for prop alignment

* removed: cloudproject link

* added throw animation

Includes Maya source files and FBX for Unity

* walk and run animation updates

Added keyframes for PickupLocation

* animation  update

Idle animation has a better pose for carrying the object

* feat: Added carry, drop and throw functionality, adjusted idle animation and added Rig animation functionality for Carrying

* adjusting rotations and positions of pottery hand locations

* animation updates

idle pose updates

* fixed animator bug with throw not playing and polished walk and run animations

clips and animator controller updated

* adjusted colliders from items, angle of pickup and pickup collider

* animation updates for carrying and throwing, AnimatorController state machine changes

Added anticipation to the throw. Now an Animation Event needs to be added so it throws at the correct time. Also fixed facial animation keyframes. Duplicate "_Rig" versions of the carry and throw clips are made in order to keyframe the IK rig.

* pottery prefab update

removed vertical offset

* created AnimationEvent for ThrowAction

* chest prefab updates

fine tuned hand attachment points

* added PickupLocation to PigChef prefab, adjusted throw logic to enable split throw animation

* Animation clip updates and Animator Controller updates for throwing on upper body only

Adjusted idle clip pose to remove pop when transitioning to walk/run. Split throw animation into two parts and removed lower body channels from the clips. Updated Animator Controller to play throw anticipation immediately when the button is pressed and throw release clip is played when the button is released.

* face animation fixes

keyframed eyes and mouth closed in all clips

* animation polish

adjusted idle pose to more closely match the walk pose

* deleting unnecessary transition in controller, slight controller script adjustments

* fixing throw force proportional to heldTime

* animation polish

Removed pop in blending when dropping a carried object.

* fix: cleaned up script and added dead zone to remove unwanted auto rotation

* removed unneeded extra idle layer

* fixed transition conditions

Transition from jump landing to walk and idle now have the conditions based on the Move parameter

* added groundLayer

* removed debugs and adjusted dead zone value

* animator controller updates

Removed has exit time from jump landing conditions

* fixed the problem where jump detached the hands from the carry object

All animation states need "write defaults" true. Jump was false, and that was the cause of the problem.

* deleting unused assets and changing asset location of CarryableObject script

* set Input in Player settings to both input systems

so that temp controller used in CharacterTest scene we have in this branch works

* reset PlayModeOptions and TimeManager to default, removed .vsconfig

* Removed: unneeded cane and chick related assets

Changed: Renaming of animation files for consistency and cleanup of animation folder

* Added: created Testing scene folder and moved CharacterTest over

* Test: creation a new controller to fix errors

* Changed: delete old controller, fixed + changed name of new animation controller

getting rid of broken text PPtr files

* moved ThirdPersonRBController into temp folder and removed audio files

* reset time and project settings

* Fixed: inconsistent naming

* fixed object name (have to take name from original asset which cannot be changed)

---------

Co-authored-by: davehunt-unity <[email protected]>
chore: updated README accoridng to the changes to Multiplayer Use Cases and Invaders
@RikuTheFuffs RikuTheFuffs requested a review from a team as a code owner August 29, 2024 09:48
@RikuTheFuffs
Copy link
Contributor Author

RikuTheFuffs commented Aug 29, 2024

@harshala-rajesh it seems that tests are not triggering for this PR, even though both the general repository and a few of the samples have been touched (MultiplayerUseCases , DedicatedGameServer).

Do you have any idea of why that could be? (I have a feeling it's related to what was done in this #195 , I see we got across the same issue there too at some point )

@harshala-rajesh
Copy link
Contributor

@RikuTheFuffs for some reason, though we had merged the changes to main, main does not have any changes done in #195, Only develop has the changes

@RikuTheFuffs
Copy link
Contributor Author

@RikuTheFuffs for some reason, though we had merged the changes to main, main does not have any changes done in #195, Only develop has the changes

Thanks for having a look! Are you saying that once we merge this PR, then everything should start working again?

I'm not sure it'll be enough, because I made a couple test branches towards develop to see if tests were going to run when adding a text file to a sample, and it seems they didn't (see #215 and #214 )

@RikuTheFuffs
Copy link
Contributor Author

Tried again with this PR ( #216 ), adding just a text file for every project, it doesn't trigger anything even if it targets develop :(

@RikuTheFuffs
Copy link
Contributor Author

I also opened a thread in the Yamato channel to get further help.

@RikuTheFuffs
Copy link
Contributor Author

Tests are running and succeeded! It looks like we had to add a point of contact in Yamato's project. They should also run again for other branches now.

@RikuTheFuffs RikuTheFuffs merged commit 0ec575c into main Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants