Deleted netickConfig.asset from the package.

This commit is contained in:
Karrar
2024-04-02 08:04:40 +03:00
parent a802a85f6e
commit e93a80c9d0
3 changed files with 1 additions and 55 deletions

View File

@@ -1,46 +0,0 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 2061283162, guid: da78c2c9df60edc4fb5f65b59fa57c41, type: 3}
m_Name: netickConfig
m_EditorClassIdentifier:
Assemblies:
- Assembly-CSharp.dll
_Prefabs: []
TickRate: 33.333336
MaxPlayers: 16
MaxObjects: 512
MaxSendableDataSize: 50000
AllocatorStateBlockSize: 131072
AllocatorMetaBlockSize: 1048576
ReceiveBufferSize: 32768
SendBufferSize: 16384
Timeout: 10
MaxPredictedTicks: 64
ServerDivisor: 1
ClientDivisor: 1
PhysicsPrediction: 0
PhysicsType: 1
InvokeRenderInHeadless: 1
InvokeUpdate: 1
RenderInvokeOrder: 1
EnableLogging: 1
SimServerLoss: 0
SimClientLoss: 0
EnableLagCompensation: 0
EnableInterestManagement: 0
InterestGroupCount: 2
SimulationCulling: 0
CellSize: 450
WorldSize: {x: 8000, y: 1, z: 8000}
RenderWorldGrid: 0
UseSceneSwitchThread: 1
LagCompensationDebug: 1

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 8a27bba37c5443441ac29c8397e84815
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,6 +1,6 @@
{
"name": "com.karrar.netick",
"version": "0.11.14",
"version": "0.11.16",
"displayName": "Netick",
"description": "A networking library for unity",
"unity": "2021.3",