switched to beta version of unity

HexGridSystem
DJh2o2 2023-08-10 08:29:11 +07:00
parent 367f8adec7
commit b1e4be192b
8 changed files with 47 additions and 16 deletions

@ -0,0 +1,13 @@
# Default ignored files
/shelf/
/workspace.xml
# Rider ignored files
/modules.xml
/projectSettingsUpdater.xml
/contentModel.xml
/.idea.TurnBasedStrategyCourse.iml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

@ -3,9 +3,9 @@
"com.unity.2d.sprite": "1.0.0",
"com.unity.cinemachine": "2.9.7",
"com.unity.ide.rider": "3.0.24",
"com.unity.inputsystem": "1.6.1",
"com.unity.probuilder": "5.1.0",
"com.unity.render-pipelines.universal": "16.0.2",
"com.unity.inputsystem": "1.6.3",
"com.unity.probuilder": "5.1.1",
"com.unity.render-pipelines.universal": "16.0.3",
"com.unity.timeline": "1.8.4",
"com.unity.ugui": "2.0.0",
"com.unity.visualscripting": "1.8.0",

@ -25,7 +25,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "2.0.4",
"version": "2.0.5",
"depth": 1,
"source": "registry",
"dependencies": {},
@ -41,7 +41,7 @@
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.6.1",
"version": "1.6.3",
"depth": 0,
"source": "registry",
"dependencies": {
@ -57,7 +57,7 @@
"url": "https://packages.unity.com"
},
"com.unity.probuilder": {
"version": "5.1.0",
"version": "5.1.1",
"depth": 0,
"source": "registry",
"dependencies": {
@ -68,7 +68,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "16.0.2",
"version": "16.0.3",
"depth": 1,
"source": "builtin",
"dependencies": {
@ -80,14 +80,14 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "16.0.2",
"version": "16.0.3",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.4",
"com.unity.render-pipelines.core": "16.0.2",
"com.unity.shadergraph": "16.0.2"
"com.unity.render-pipelines.core": "16.0.3",
"com.unity.shadergraph": "16.0.3"
}
},
"com.unity.searcher": {
@ -105,11 +105,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "16.0.2",
"version": "16.0.3",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "16.0.2",
"com.unity.render-pipelines.core": "16.0.3",
"com.unity.searcher": "4.9.2"
}
},

@ -74,12 +74,12 @@
{
"type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "about.identifier",
"value": "{\"m_Value\":{\"m_Major\":5,\"m_Minor\":1,\"m_Patch\":0,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}"
"value": "{\"m_Value\":{\"m_Major\":5,\"m_Minor\":1,\"m_Patch\":1,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}"
},
{
"type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "preferences.version",
"value": "{\"m_Value\":{\"m_Major\":5,\"m_Minor\":1,\"m_Patch\":0,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}"
"value": "{\"m_Value\":{\"m_Major\":5,\"m_Minor\":1,\"m_Patch\":1,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}"
},
{
"type": "UnityEngine.ProBuilder.LogLevel, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",

@ -1,2 +1,2 @@
m_EditorVersion: 2023.2.0a22
m_EditorVersionWithRevision: 2023.2.0a22 (6c8dc80eafdf)
m_EditorVersion: 2023.2.0b3
m_EditorVersionWithRevision: 2023.2.0b3 (177e3326dc38)