1. move script folder location
2. change namespace "BlueWater -> BlueWaterProject"
This commit is contained in:
parent
bd465b9f89
commit
f1c4bdc95b
@ -3,7 +3,7 @@ using UnityEngine;
|
|||||||
using Random = UnityEngine.Random;
|
using Random = UnityEngine.Random;
|
||||||
|
|
||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
[Serializable]
|
[Serializable]
|
||||||
public abstract class AiController : MonoBehaviour, IDamageable
|
public abstract class AiController : MonoBehaviour, IDamageable
|
@ -2,7 +2,7 @@ using System;
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
[Serializable]
|
[Serializable]
|
||||||
public class AiStat
|
public class AiStat
|
@ -3,7 +3,7 @@ using UnityEngine;
|
|||||||
using UnityEngine.AI;
|
using UnityEngine.AI;
|
||||||
|
|
||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public class AiWeight : MonoBehaviour
|
public class AiWeight : MonoBehaviour
|
||||||
{
|
{
|
@ -2,7 +2,7 @@ using System.Collections;
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public class Archer : AiController
|
public class Archer : AiController
|
||||||
{
|
{
|
@ -1,5 +1,5 @@
|
|||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public class Axeman : AiController
|
public class Axeman : AiController
|
||||||
{
|
{
|
@ -1,5 +1,5 @@
|
|||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public class SpearKnight : AiController
|
public class SpearKnight : AiController
|
||||||
{
|
{
|
@ -1,5 +1,5 @@
|
|||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public class Spearman : AiController
|
public class Spearman : AiController
|
||||||
{
|
{
|
@ -1,5 +1,5 @@
|
|||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public class SwordKnight : AiController
|
public class SwordKnight : AiController
|
||||||
{
|
{
|
@ -1,5 +1,5 @@
|
|||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public class Swordman : AiController
|
public class Swordman : AiController
|
||||||
{
|
{
|
@ -2,7 +2,7 @@
|
|||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
|
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
|
||||||
// version 1.6.3
|
// version 1.6.3
|
||||||
// from Assets/02.Scritps/BlueWater.inputactions
|
// from Assets/02.Scripts/BlueWater.inputactions
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public interface IAiBase
|
public interface IAiBase
|
||||||
{
|
{
|
@ -1,5 +1,5 @@
|
|||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public interface IAiStat : IAiBase
|
public interface IAiStat : IAiBase
|
||||||
{
|
{
|
@ -1,5 +1,5 @@
|
|||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public interface IDamageable : IAiStat
|
public interface IDamageable : IAiStat
|
||||||
{
|
{
|
@ -4,7 +4,7 @@ using UnityEngine.AI;
|
|||||||
using UnityEngine.Assertions;
|
using UnityEngine.Assertions;
|
||||||
|
|
||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
namespace BlueWater
|
namespace BlueWaterProject
|
||||||
{
|
{
|
||||||
public class Utils
|
public class Utils
|
||||||
{
|
{
|
@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: b044a2387a61dac41bdf204adffdce9d
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: cd287c84e887ea24a8679e67aac7c074
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 5f3f53ee059b45a4d9a5b9fc75e8aea9
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: f211254f5bfad224ba88868f2c75432c
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 4368c9be31b3c174dbfd80f2caf98889
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -8,16 +8,20 @@ Material:
|
|||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: TT_RTS_Units
|
m_Name: TT_RTS_Units
|
||||||
m_Shader: {fileID: 4800000, guid: 8d2bb70cbf9db8d4da26e15b26e74248, type: 3}
|
m_Shader: {fileID: 4800000, guid: 2a230514c860643f69b6a4d1871d3825, type: 3}
|
||||||
m_Parent: {fileID: 0}
|
m_Parent: {fileID: 0}
|
||||||
m_ModifiedSerializedProperties: 0
|
m_ModifiedSerializedProperties: 0
|
||||||
m_ValidKeywords:
|
m_ValidKeywords:
|
||||||
|
- DR_OUTLINE_ON
|
||||||
|
- _DETAILMAPBLENDINGMODE_MULTIPLY
|
||||||
- _EMISSION
|
- _EMISSION
|
||||||
|
- _TEXTUREBLENDINGMODE_MULTIPLY
|
||||||
|
- _UNITYSHADOW_OCCLUSION
|
||||||
m_InvalidKeywords: []
|
m_InvalidKeywords: []
|
||||||
m_LightmapFlags: 1
|
m_LightmapFlags: 1
|
||||||
m_EnableInstancingVariants: 0
|
m_EnableInstancingVariants: 0
|
||||||
m_DoubleSidedGI: 0
|
m_DoubleSidedGI: 0
|
||||||
m_CustomRenderQueue: -1
|
m_CustomRenderQueue: 2000
|
||||||
stringTagMap:
|
stringTagMap:
|
||||||
RenderType: Opaque
|
RenderType: Opaque
|
||||||
disabledShaderPasses: []
|
disabledShaderPasses: []
|
||||||
@ -25,6 +29,10 @@ Material:
|
|||||||
m_SavedProperties:
|
m_SavedProperties:
|
||||||
serializedVersion: 3
|
serializedVersion: 3
|
||||||
m_TexEnvs:
|
m_TexEnvs:
|
||||||
|
- _BakedGIRamp:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
- _BaseMap:
|
- _BaseMap:
|
||||||
m_Texture: {fileID: 2800000, guid: cfe610aa65730394298159382447706b, type: 3}
|
m_Texture: {fileID: 2800000, guid: cfe610aa65730394298159382447706b, type: 3}
|
||||||
m_Scale: {x: 1, y: 1}
|
m_Scale: {x: 1, y: 1}
|
||||||
@ -37,6 +45,10 @@ Material:
|
|||||||
m_Texture: {fileID: 0}
|
m_Texture: {fileID: 0}
|
||||||
m_Scale: {x: 1, y: 1}
|
m_Scale: {x: 1, y: 1}
|
||||||
m_Offset: {x: 0, y: 0}
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
- _DetailMask:
|
- _DetailMask:
|
||||||
m_Texture: {fileID: 0}
|
m_Texture: {fileID: 0}
|
||||||
m_Scale: {x: 1, y: 1}
|
m_Scale: {x: 1, y: 1}
|
||||||
@ -49,6 +61,10 @@ Material:
|
|||||||
m_Texture: {fileID: 0}
|
m_Texture: {fileID: 0}
|
||||||
m_Scale: {x: 1, y: 1}
|
m_Scale: {x: 1, y: 1}
|
||||||
m_Offset: {x: 0, y: 0}
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _GradientRamp:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
- _MainTex:
|
- _MainTex:
|
||||||
m_Texture: {fileID: 2800000, guid: cfe610aa65730394298159382447706b, type: 3}
|
m_Texture: {fileID: 2800000, guid: cfe610aa65730394298159382447706b, type: 3}
|
||||||
m_Scale: {x: 1, y: 1}
|
m_Scale: {x: 1, y: 1}
|
||||||
@ -88,33 +104,71 @@ Material:
|
|||||||
- _Blend: 0
|
- _Blend: 0
|
||||||
- _BlendModePreserveSpecular: 1
|
- _BlendModePreserveSpecular: 1
|
||||||
- _BumpScale: 1
|
- _BumpScale: 1
|
||||||
|
- _CameraDistanceImpact: 0.5
|
||||||
- _Cull: 2
|
- _Cull: 2
|
||||||
- _Cutoff: 0.5
|
- _Cutoff: 0.5
|
||||||
|
- _DetailMapBlendingMode: 0
|
||||||
|
- _DetailMapImpact: 0
|
||||||
- _DetailNormalMapScale: 1
|
- _DetailNormalMapScale: 1
|
||||||
- _DstBlend: 0
|
- _DstBlend: 0
|
||||||
- _DstBlendAlpha: 0
|
- _DstBlendAlpha: 0
|
||||||
|
- _FlatRimEdgeSmoothness: 0.5
|
||||||
|
- _FlatRimLightAlign: 0
|
||||||
|
- _FlatRimSize: 0.5
|
||||||
|
- _FlatSpecularEdgeSmoothness: 0
|
||||||
|
- _FlatSpecularSize: 0.1
|
||||||
- _Glossiness: 0.5
|
- _Glossiness: 0.5
|
||||||
- _GlossinessSource: 0
|
- _GlossinessSource: 0
|
||||||
|
- _GradientAngle: 0
|
||||||
|
- _GradientCenterX: 0
|
||||||
|
- _GradientCenterY: 0
|
||||||
|
- _GradientEnabled: 0
|
||||||
|
- _GradientSize: 10
|
||||||
|
- _LightContribution: 1
|
||||||
|
- _LightmapDirectionPitch: 0
|
||||||
|
- _LightmapDirectionYaw: 0
|
||||||
- _Metallic: 0
|
- _Metallic: 0
|
||||||
- _Mode: 0
|
- _Mode: 0
|
||||||
- _OcclusionStrength: 1
|
- _OcclusionStrength: 1
|
||||||
|
- _OutlineDepthOffset: 0
|
||||||
|
- _OutlineEnabled: 1
|
||||||
|
- _OutlineScale: 1
|
||||||
|
- _OutlineWidth: 1.5
|
||||||
|
- _OverrideBakedGi: 0
|
||||||
|
- _OverrideLightAttenuation: 0
|
||||||
|
- _OverrideLightmapDir: 0
|
||||||
- _Parallax: 0.02
|
- _Parallax: 0.02
|
||||||
- _QueueOffset: 0
|
- _QueueOffset: 0
|
||||||
- _ReceiveShadows: 1
|
- _ReceiveShadows: 1
|
||||||
|
- _RimEnabled: 0
|
||||||
|
- _SelfShadingSize: 0
|
||||||
- _Shininess: 0
|
- _Shininess: 0
|
||||||
- _Smoothness: 0.5
|
- _Smoothness: 0.5
|
||||||
- _SmoothnessSource: 1
|
- _SmoothnessSource: 1
|
||||||
- _SpecSource: 0
|
- _SpecSource: 0
|
||||||
|
- _SpecularEnabled: 0
|
||||||
- _SpecularHighlights: 1
|
- _SpecularHighlights: 1
|
||||||
- _SrcBlend: 1
|
- _SrcBlend: 1
|
||||||
- _SrcBlendAlpha: 1
|
- _SrcBlendAlpha: 1
|
||||||
- _Surface: 0
|
- _Surface: 0
|
||||||
|
- _TextureBlendingMode: 0
|
||||||
|
- _TextureImpact: 1
|
||||||
- _UVSec: 0
|
- _UVSec: 0
|
||||||
|
- _UnityShadowOcclusion: 1
|
||||||
|
- _VertexColorsEnabled: 0
|
||||||
- _ZWrite: 1
|
- _ZWrite: 1
|
||||||
m_Colors:
|
m_Colors:
|
||||||
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _ColorGradient: {r: 0.85023, g: 0.85034, b: 0.8504499, a: 0.85056}
|
||||||
|
- _DetailMapColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _FlatRimColor: {r: 0.85023, g: 0.85034, b: 0.85045, a: 0.85056}
|
||||||
|
- _FlatSpecularColor: {r: 0.85023, g: 0.85034, b: 0.85045, a: 0.85056}
|
||||||
|
- _LightAttenuation: {r: 0, g: 1, b: 0, a: 0}
|
||||||
|
- _LightmapDirection: {r: 0, g: 1, b: 0, a: 0}
|
||||||
|
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _ShadowColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
- _SpecColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
- _SpecColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
||||||
m_BuildTextureStacks: []
|
m_BuildTextureStacks: []
|
||||||
--- !u!114 &8523542518157162783
|
--- !u!114 &8523542518157162783
|
||||||
|
Loading…
Reference in New Issue
Block a user