Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
pull_request_target:
branches:
- master
- feature/v2.2

jobs:
authorize:
Expand All @@ -34,7 +33,7 @@ jobs:
- editmode
unityVersion:
- '2021.3.42f1'
- '2022.2.8f1'
- '2022.3.62f3'
- '2023.2.20f1'
- '6000.0.21f1'
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ MonoBehaviour:
rid: 5955038660131291139
baseCost: 1
stoppingDistance: 0.1
validateTarget: 1
requiresTarget: 1
validateConditions: 1
moveMode: 0
Expand Down
34 changes: 34 additions & 0 deletions Demo/Assets/UniversalRenderPipelineGlobalSettings.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
%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: 11500000, guid: 2ec995e51a6e251468d2a3fd8a686257, type: 3}
m_Name: UniversalRenderPipelineGlobalSettings
m_EditorClassIdentifier:
k_AssetVersion: 3
m_RenderingLayerNames:
- Default
m_ValidRenderingLayers: 1
lightLayerName0:
lightLayerName1:
lightLayerName2:
lightLayerName3:
lightLayerName4:
lightLayerName5:
lightLayerName6:
lightLayerName7:
m_StripDebugVariants: 1
m_StripUnusedPostProcessingVariants: 0
m_StripUnusedVariants: 1
m_StripUnusedLODCrossFadeVariants: 1
m_StripScreenCoordOverrideVariants: 1
supportRuntimeDebugDisplay: 0
m_ShaderVariantLogLevel: 0
m_ExportShaderVariants: 1
8 changes: 8 additions & 0 deletions Demo/Assets/UniversalRenderPipelineGlobalSettings.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Demo/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"com.boundfoxstudios.fluentassertions": "https://github.com/BoundfoxStudios/fluentassertions-unity.git#upm",
"com.crashkonijn.goap": "file:../../Package",
"com.unity.2d.sprite": "1.0.0",
"com.unity.ai.navigation": "1.1.1",
"com.unity.ai.navigation": "1.1.6",
"com.unity.collections": "1.2.4",
"com.unity.ide.rider": "3.0.38",
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.memoryprofiler": "1.0.0",
"com.unity.render-pipelines.universal": "14.0.6",
"com.unity.memoryprofiler": "1.1.6",
"com.unity.render-pipelines.universal": "14.0.12",
"com.unity.test-framework": "1.1.33",
"com.unity.testtools.codecoverage": "1.2.2",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.2",
"com.unity.testtools.codecoverage": "1.2.6",
"com.unity.textmeshpro": "3.0.7",
"com.unity.timeline": "1.7.7",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.8.0",
"com.unity.visualscripting": "1.9.4",
"net.tnrd.nsubstitute": "https://github.com/Thundernerd/Unity3D-NSubstitute.git",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
Expand Down
55 changes: 38 additions & 17 deletions Demo/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {}
},
"com.unity.ai.navigation": {
"version": "1.1.1",
"version": "1.1.6",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -31,11 +31,12 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.2",
"version": "1.8.21",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -73,7 +74,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.17",
"version": "2.0.22",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -96,16 +97,27 @@
"url": "https://packages.unity.com"
},
"com.unity.memoryprofiler": {
"version": "1.0.0",
"version": "1.1.6",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.0",
"com.unity.collections": "1.2.3",
"com.unity.mathematics": "1.2.1",
"com.unity.profiling.core": "1.0.0",
"com.unity.editorcoroutines": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.profiling.core": {
"version": "1.0.2",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.6",
"version": "14.0.12",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -116,14 +128,23 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "14.0.6",
"version": "14.0.12",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.2",
"com.unity.render-pipelines.core": "14.0.6",
"com.unity.shadergraph": "14.0.6"
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "14.0.12",
"com.unity.shadergraph": "14.0.12",
"com.unity.render-pipelines.universal-config": "14.0.9"
}
},
"com.unity.render-pipelines.universal-config": {
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.10"
}
},
"com.unity.searcher": {
Expand All @@ -134,18 +155,18 @@
"url": "https://packages.unity.com"
},
"com.unity.settings-manager": {
"version": "2.0.1",
"version": "2.1.0",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.6",
"version": "14.0.12",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.6",
"com.unity.render-pipelines.core": "14.0.12",
"com.unity.searcher": "4.9.2"
}
},
Expand All @@ -161,7 +182,7 @@
"url": "https://packages.unity.com"
},
"com.unity.testtools.codecoverage": {
"version": "1.2.2",
"version": "1.2.6",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -171,7 +192,7 @@
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "3.0.6",
"version": "3.0.7",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -180,7 +201,7 @@
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.7.2",
"version": "1.7.7",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -201,7 +222,7 @@
}
},
"com.unity.visualscripting": {
"version": "1.8.0",
"version": "1.9.4",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Demo/ProjectSettings/GraphicsSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GraphicsSettings:
m_DefaultRenderingLayerMask: 1
m_LogWhenShaderIsCompiled: 0
m_SRPDefaultSettings:
UnityEngine.Rendering.Universal.UniversalRenderPipeline: {fileID: 11400000, guid: 18dc0cd2c080841dea60987a38ce93fa,
UnityEngine.Rendering.Universal.UniversalRenderPipeline: {fileID: 11400000, guid: 78d4b0474b6b6f84ead6245b2d232da9,
type: 2}
m_LightProbeOutsideHullStrategy: 0
m_CameraRelativeLightCulling: 0
Expand Down
4 changes: 2 additions & 2 deletions Demo/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.2.8f1
m_EditorVersionWithRevision: 2022.2.8f1 (996aee41dc57)
m_EditorVersion: 2022.3.62f3
m_EditorVersionWithRevision: 2022.3.62f3 (96770f904ca7)
1 change: 1 addition & 0 deletions Demo/ProjectSettings/ShaderGraphSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: de02f9e1d18f588468e474319d09a723, type: 3}
m_Name:
m_EditorClassIdentifier:
shaderVariantLimit: 2048
customInterpolatorErrorThreshold: 32
customInterpolatorWarningThreshold: 16
4 changes: 2 additions & 2 deletions Package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "3.0.34",
"displayName": "CrashKonijn's GOAP",
"description": "A comprehensive, multi-threaded Goal Oriented Action Planning (GOAP) system, designed to facilitate complex AI behaviors in games.",
"unity": "2022.2",
"unityRelease": "8f1",
"unity": "2022.3",
"unityRelease": "62f3",
"documentationUrl": "https://goap.crashkonijn.com",
"changelogUrl": "https://github.com/crashkonijn/GOAP",
"licensesUrl": "https://github.com/crashkonijn/GOAP/blob/master/LICENSE",
Expand Down