Skip to content

Commit

Permalink
4.1.1 package file update.
Browse files Browse the repository at this point in the history
Updated package version to 4.1.1
  • Loading branch information
FirstGearGames committed Feb 21, 2024
1 parent af51f34 commit 56e4d76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private void Rigidbodies_OnOwnershipClient(NetworkConnection prevOwner)
if (_graphicalAnimators.Length > 0)
{
for (int i = 0; i < _graphicalAnimators.Length; i++)
_graphicalAnimators[i].keepAnimatorStateOnDisable = true;
_graphicalAnimators[i].keepAnimatorControllerStateOnDisable = true;

/* True if at least one animator is on the graphical root.
* Unity gets components in order so it's safe to assume
Expand Down
2 changes: 1 addition & 1 deletion Assets/FishNet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.firstgeargames.fishnet",
"version": "4.1.0",
"version": "4.1.1",
"displayName": "FishNet: Networking Evolved",
"description": "A feature-rich Unity networking solution aimed towards reliability, ease of use, efficiency, and flexibility.",
"unity": "2021.3",
Expand Down
12 changes: 6 additions & 6 deletions FishNet V4.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FishNet.Runtime", "FishNet.Runtime.csproj", "{1A27D225-4250-E68B-BDCC-0CADB79E82D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Edgegap", "Edgegap.csproj", "{35139E89-A5C8-28C6-675D-C205922BFF01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameKit.Dependencies", "GameKit.Dependencies.csproj", "{5710D564-D29C-D881-84B6-D3F0EE33C67E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FishNet.Demos", "FishNet.Demos.csproj", "{54D24629-DDB8-6258-ABD9-30D24C4E0BF0}"
Expand All @@ -13,8 +15,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FishNet.Codegen.Cecil", "Fi
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.FishNet.Codegen", "Unity.FishNet.Codegen.csproj", "{86289F05-3D78-CDEC-12FB-A2977D2A4863}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{67D360E9-D12F-2828-F107-4401EDCE5FC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -25,6 +25,10 @@ Global
{1A27D225-4250-E68B-BDCC-0CADB79E82D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A27D225-4250-E68B-BDCC-0CADB79E82D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A27D225-4250-E68B-BDCC-0CADB79E82D6}.Release|Any CPU.Build.0 = Release|Any CPU
{35139E89-A5C8-28C6-675D-C205922BFF01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35139E89-A5C8-28C6-675D-C205922BFF01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35139E89-A5C8-28C6-675D-C205922BFF01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35139E89-A5C8-28C6-675D-C205922BFF01}.Release|Any CPU.Build.0 = Release|Any CPU
{5710D564-D29C-D881-84B6-D3F0EE33C67E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5710D564-D29C-D881-84B6-D3F0EE33C67E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5710D564-D29C-D881-84B6-D3F0EE33C67E}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -45,10 +49,6 @@ Global
{86289F05-3D78-CDEC-12FB-A2977D2A4863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86289F05-3D78-CDEC-12FB-A2977D2A4863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86289F05-3D78-CDEC-12FB-A2977D2A4863}.Release|Any CPU.Build.0 = Release|Any CPU
{67D360E9-D12F-2828-F107-4401EDCE5FC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67D360E9-D12F-2828-F107-4401EDCE5FC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67D360E9-D12F-2828-F107-4401EDCE5FC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67D360E9-D12F-2828-F107-4401EDCE5FC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 56e4d76

Please sign in to comment.