Skip to content

Commit

Permalink
Updated project version to 1.1.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-maltbie authored Dec 18, 2022
1 parent bdcbf4d commit 801a9f2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Packages/com.nickmaltbie.openkcc.netcode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## In Progress

## [1.1.0] 2022-12-18

* Updated NetworkMovingPlatform and FixedRigidbodySet to move in the `Update`
function to synchronize with server tick properly.
* Setup a `NetworkRelativeParent` and `NetworkRelativeTransform` classes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public class NetworkKCC : NetworkSMAnim, IJumping
writePerm: NetworkVariableWritePermission.Owner);

/// <summary>
/// Relative position to parent configuration.
/// Relative parent configuration for following the ground.
/// </summary>
private RelativeParentConfig relativeParentConfig;

Expand Down
2 changes: 1 addition & 1 deletion Packages/com.nickmaltbie.openkcc.netcode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.nickmaltbie.openkcc.netcode",
"displayName": "Open KCC Netcode",
"version": "1.0.1",
"version": "1.1.0",
"unity": "2021.1",
"unityRelease": "19f1",
"description": "Open Source Kinematic Character Controller for NetCode.",
Expand Down
2 changes: 2 additions & 0 deletions Packages/com.nickmaltbie.openkcc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## In Progress

## [1.1.0] 2022-12-18

* Updated kcc state machine to be synced with the network kcc.
* Removed ParentConstraint requirement from the KCCStateMachine
and replaced with a new `RelativeParentConfig` object to managed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public class KCCStateMachine : FixedSMAnim, IJumping, ISerializationCallbackRece
private Vector3 previousVelocity;

/// <summary>
/// Relative parent confirugation for following the ground.
/// Relative parent configuration for following the ground.
/// </summary>
private RelativeParentConfig relativeParentConfig;

Expand Down
2 changes: 1 addition & 1 deletion Packages/com.nickmaltbie.openkcc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.nickmaltbie.openkcc",
"displayName": "Open KCC",
"version": "1.0.1",
"version": "1.1.0",
"unity": "2021.1",
"unityRelease": "19f1",
"description": "Open Source Kinematic Character Controller project.",
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.0.1
bundleVersion: 1.1.0
preloadedAssets:
- {fileID: 11400000, guid: bd3a9f17edf6c454c870b081303aa6d2, type: 2}
metroInputSource: 0
Expand Down

0 comments on commit 801a9f2

Please sign in to comment.