| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761 |
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- using Spine;
- using Spine.Unity;
- using UnityEngine.LowLevel;
- using UnityEngine.Playables;
- using System.ComponentModel;
- using Unity.VisualScripting;
- using System;
- using Base.Common;
- using cfg;
- using static UnityEngine.EventSystems.EventTrigger;
- using UnityEngine.InputSystem;
- [Serializable]
- public struct AttackInfo
- {
- public int damage;
- public Vector3 attackDir;
- public float force;
- public bool changeHurt;
- public float repelValue;
- }
- public enum PlayerAttackState
- {
- Idle = 0,
- WalkForward = 1,
- WalkBack = 2,
- }
- public class PlayerController : MoveCharacter
- {
- //public static PlayerController instance;
- public List<GameObject> changePrefabs;
- private GameObject spiritObj; //当前变身的对象
- private int endChange = 0;
- //public float changeTime; //变身时长
- //private float pastChangeTime;
- public List<GameObject> demonicPrefabs;
- public List<Vector3> demonicSummonPos;
- public Dictionary<int, List<Demonic>> demonicDic;
- public List<int> demonicId;
- public UIHP uiMp;
- public PlayerRope playerRope;
- public EventTrigger eventTrigger;
- public SprintLinkTrigger sprintLinkTrigger;
- public float jumpSpeed = 10;
- public float airJumpSpeed = 10;
- //public float moveAcc = 5f;
- //public float airMoveAcc = 3f;
- public float rushSpeed = 100;
- public float mp;
- public float totalMp;
- public float mpReplySpeed = 1;
- public float rushCostMp = 5;
- public float sprintCostMp = 5;
- //尸体资源
- public int corpses = 0;
- public float rushInvincibleTime = 0.2f;
- [HideInInspector]
- public float canJumpTime; //离开平台后仍然可以跳跃的时间,用于提升手感
- public float leaveGroundCanJumpTime = 0.1f;
- [HideInInspector]
- public float cacheJumpTime; //即将落地时按下跳跃键不会跳跃,手感不好,缓存几帧,在这几帧内落地会立即跳跃;
- public float totalCacheJumpTime = 0.1f;
- [HideInInspector]
- public float tandemJumpTime; //即将落地时按下跳跃键不会跳跃,手感不好,缓存几帧,在这几帧内落地会立即跳跃;
- public float totalTandemJumpTime = 0.1f;
- [HideInInspector]
- public float summonTime;
- [HideInInspector]
- public float cacheAttackTime; //无法攻击时按下攻击键不会攻击,手感不好,缓存几帧,在这几帧内落地会立即攻击;
- public float totalCacheAttackTime = 0.1f;
- [HideInInspector]
- public float cachePullRopeTime;
- public float totalCachePullRopeTime = 0.1f;
- [HideInInspector]
- public float cacheSummonTime; //无法召唤时按下召唤键不会召唤,手感不好,缓存几帧,在这几帧内落地会立即召唤;
- public float totalCacheSummonTime = 0.1f;
- [HideInInspector]
- public int cacheSummonId;
- [HideInInspector]
- public float rushTime;
- public float totalRushTime = 0.5f;
- [HideInInspector]
- public float cacheRushTime; //无法Rush时按下Rush键不会Rush,手感不好,缓存几帧,在这几帧内落地会立即Rush;
- public float totalCacheRushTime = 0.1f;
- public int airJumped;
- public int jumpNumber = 2; //最大跳跃次数
- public PlayerAttackState attackState;
- public float attackMoveSpeed = 5f;
- public Vector3 rushDir;
- private int currentSpirit; //当前将要召唤的英灵种类
- private Spirits spirits;
- public float lostMp;
- public GameObject soul;
- private float addMp = 10;
- public Collider soulCollector;
- public bool isTransfiguration = false; //已变身
- public bool isinputJ;
- public bool isinputK;
- public bool isinputL;
- public Vector2 moveVec; //玩家不动时移动数据
- public float relieveTranTime; //解除变身所需长按时间
- private bool isTryingToRelieve = false;
- private float pressTime;
- public bool btnJumpPress
- {
- get
- {
- //return Input.GetKeyDown(KeyCode.Space) || isClickBtnJump;
- return isClickBtnJump;
- }
- }
- [HideInInspector]
- public bool isClickBtnJump;
- public bool btnRushPress
- {
- get
- {
- //return Input.GetKeyDown(KeyCode.LeftShift) || isClickBtnRush;
- return isClickBtnRush;
- }
- }
- [HideInInspector]
- public bool isClickBtnRush;
- public bool btnRushKeep
- {
- get
- {
- //return Input.GetKey(KeyCode.LeftShift) || isKeepBtnRush;
- return LBisHold || isKeepBtnRush;
- }
- }
- [HideInInspector]
- public bool isKeepBtnRush;
- public bool btnSouthPress
- {
- get
- {
- //return Input.GetKeyDown(KeyCode.K) || isClickBtnSouth;
- return isClickBtnSouth;
- }
- }
- [HideInInspector]
- public bool isClickBtnSouth;
- public bool btnEastPress
- {
- get
- {
- //return Input.GetKeyDown(KeyCode.L) || isClickBtnEast;
- return isClickBtnEast;
- }
- }
- [HideInInspector]
- public bool isClickBtnEast;
- public bool btnWestPress
- {
- get
- {
- //return Input.GetKeyDown(KeyCode.J) || isClickBtnWest;
- return isClickBtnWest;
- }
- }
- [HideInInspector]
- public bool isClickBtnWest;
- public bool btnNorthPress
- {
- get
- {
- //return Input.GetKeyDown(KeyCode.I) || isClickBtnNorth;
- return isClickBtnNorth;
- }
- }
- [HideInInspector]
- public bool isClickBtnNorth;
- public bool btnSpiritSummon
- {
- get
- {
- //return Input.GetKeyDown(KeyCode.I) || isClickBtnNorth;
- return isSpiritSummon;
- }
- }
- [HideInInspector]
- public bool isSpiritSummon;
- public bool btnSpiritSummon1
- {
- get
- {
- //return Input.GetKeyDown(KeyCode.I) || isClickBtnNorth;
- return isSpiritSummon1;
- }
- }
- [HideInInspector]
- public bool isSpiritSummon1;
- public bool btnSpiritSummon2
- {
- get
- {
- //return Input.GetKeyDown(KeyCode.I) || isClickBtnNorth;
- return isSpiritSummon2;
- }
- }
- [HideInInspector]
- public bool isSpiritSummon2;
- public bool btnSpiritSummon3
- {
- get
- {
- //return Input.GetKeyDown(KeyCode.I) || isClickBtnNorth;
- return isSpiritSummon3;
- }
- }
- [HideInInspector]
- public bool isSpiritSummon3;
- public bool btnNorthKeep
- {
- get
- {
- //return Input.GetKey(KeyCode.I) || isKeepBtnNorth;
- return isKeepBtnNorth;
- }
- }
- [HideInInspector]
- public bool isKeepBtnNorth;
- [HideInInspector]
- public Vector2 leftDir;
- public int playerId;
- public SkeletonMecanim skeletonMecanim;
- public SkeletonDataAsset[] playerSpine;
- public bool canJump;
- public bool canfly;
- //public Vector2 leftDir
- //{
- // get
- // {
- // int x = 0;
- // int y = 0;
- // if (Input.GetKey(KeyCode.A))
- // {
- // x--;
- // }
- // if (Input.GetKey(KeyCode.D))
- // {
- // x++;
- // }
- // if (Input.GetKey(KeyCode.S))
- // {
- // y--;
- // }
- // if (Input.GetKey(KeyCode.W))
- // {
- // y++;
- // }
- // return new Vector2(x, y);
- // }
- //}
- public override void Init()
- {
- base.Init();
- mp = totalMp;
- uiMp.Show(mp, totalMp);
- }
- private void Awake()
- {
- PlayerInput playerInput = transform.GetComponent<PlayerInput>();
- spirits = GetComponent<Spirits>();
- playerId = playerInput.playerIndex;
- transform.position = new Vector3(142 + 4 * playerId, 0, 0);
- playerRope.playerId = playerId;
- sprintLinkTrigger.playerID = playerId;
- if (PlayersInput.instance[1] == PlayersInput.instance[0])
- {
- PlayersInput.instance[1] = this;
- }
- PlayersInput.instance[playerId] = this;
- skeletonMecanim.skeletonDataAsset = playerSpine[playerId];
- //else
- //{
- // DestroyImmediate(gameObject);
- // return;
- //}
- demonicDic = new Dictionary<int, List<Demonic>>();
- demonicId = new List<int>() { 0, 0, 0, 0, 0, 0, 0 };
- Init();
- }
- private void Update()
- {
- //if (Input.GetKeyDown(KeyCode.LeftShift))
- //{
- // isClickBtnRush = true;
- //}
- //if (Input.GetKey(KeyCode.LeftShift))
- //{
- // isKeepBtnRush = true;
- //}
- //if (Input.GetKeyDown(KeyCode.Space))
- //{
- // isClickBtnJump = true;
- //}
- //if (Input.GetKeyDown(KeyCode.J))
- //{
- // isClickBtnWest = true;
- //}
- //if (Input.GetKeyDown(KeyCode.K))
- //{
- // isClickBtnSouth = true;
- //}
- //if (Input.GetKeyDown(KeyCode.L))
- //{
- // isClickBtnEast = true;
- //}
- //if (Input.GetKeyDown(KeyCode.I))
- //{
- // isClickBtnNorth = true;
- //}
- if (LBisHold)
- {
- isKeepBtnRush = true;
- }
- if (floatState != 0)
- {
- CharacterFloat();
- }
- /* //到时间自动解除变身
- if (endChange != 0)
- {
- pastChangeTime += Time.deltaTime;
- if (pastChangeTime >= changeTime)
- {
- EndTransfiguration(endChange);
- endChange = 0;
- pastChangeTime = 0;
- }
- }
- */
- if (isTransfiguration)
- {
- bodyTrans.position = spiritObj.transform.position;
- if (isTryingToRelieve)
- {
- pressTime += Time.deltaTime;
- if (pressTime >= relieveTranTime)
- {
- EndTransfiguration(endChange);
- isTryingToRelieve = false;
- pressTime = 0;
- }
- }
- }
- }
- void OnSprintingPress()
- {
- LBisHold = true;
- isClickBtnRush = true;
- isKeepBtnRush = true;
- }
- void OnSprintingRelease()
- {
- LBisHold = false;
- }
- //手柄按下LB
- [HideInInspector]
- public bool LBisHold;
- //读取手柄参数
- private void OnMove(InputValue value)
- {
- if (canMove)
- {
- leftDir = value.Get<Vector2>();
- }
- else
- {
- leftDir = Vector3.zero;
- moveVec = value.Get<Vector2>();
- }
- }
- void OnJump()
- {
- if (canJump && canMove)
- {
- isClickBtnJump = true;
- }
- }
- void OnSummon0()
- {
- if (!isFloat && canMove)
- {
- isClickBtnWest = true;
- if (isTransfiguration)
- {
- isinputJ = true;
- }
- }
- }
- void OnSummon0Up()
- {
- if (isTransfiguration)
- {
- isinputJ = false;
- }
- }
- void OnSummon1()
- {
- if (!isFloat && canMove)
- {
- isClickBtnSouth = true;
- if (isTransfiguration)
- {
- isinputK = true;
- }
- }
- }
- void OnSummon1Up()
- {
- if (isTransfiguration)
- {
- isinputK = false;
- }
- }
- void OnSummon2()
- {
- if (!isFloat && canMove)
- {
- isClickBtnEast = true;
- if (isTransfiguration)
- {
- isinputL = true;
- }
- }
- }
- void OnSummon2Up()
- {
- if (isTransfiguration)
- {
- isinputL = false;
- }
- }
- void OnSummonSpirit()
- {
- if (!isTransfiguration && !isFloat && canMove)
- isSpiritSummon = true;
- if (isTransfiguration && currentSpirit == 0)
- {
- isTryingToRelieve = true;
- }
- }
- void OnSummonSpiritUp()
- {
- if (isTryingToRelieve && currentSpirit == 0)
- {
- isTryingToRelieve = false;
- pressTime = 0;
- }
- }
- void OnSummonSpirit1()
- {
- if (!isTransfiguration && !isFloat && canMove)
- isSpiritSummon1 = true;
- if (isTransfiguration && currentSpirit == 1)
- {
- isTryingToRelieve = true;
- }
- }
- void OnSummonSpirit1Up()
- {
- if (isTryingToRelieve && currentSpirit == 1)
- {
- isTryingToRelieve = false;
- pressTime = 0;
- }
- }
- void OnSummonSpirit2()
- {
- if (!isTransfiguration && !isFloat && canMove)
- isSpiritSummon2 = true;
- if (isTransfiguration && currentSpirit == 2)
- {
- isTryingToRelieve = true;
- }
- }
- void OnSummonSpirit2Up()
- {
- if (isTryingToRelieve && currentSpirit == 2)
- {
- isTryingToRelieve = false;
- pressTime = 0;
- }
- }
- void OnSummonSpirit3()
- {
- if (!isTransfiguration && !isFloat && canMove)
- isSpiritSummon3 = true;
- if (isTransfiguration && currentSpirit == 3)
- {
- isTryingToRelieve = true;
- }
- }
- void OnSummonSpirit3Up()
- {
- if (isTryingToRelieve && currentSpirit == 3)
- {
- isTryingToRelieve = false;
- pressTime = 0;
- }
- }
- public void Jump()
- {
- SetUpSpeed(jumpSpeed);
- ani.Play("jump", 0, 0);
- }
- public void AirJump()
- {
- SetUpSpeed(airJumpSpeed);
- ani.Play("jump", 0, 0);
- }
- public void SetUpSpeed(float speed)
- {
- ChangeState(CharacterState.Rise);
- Vector3 velocity = rb.velocity;
- CheckTurn();
- velocity.y = speed;
- rb.velocity = velocity;
- //animalAni.SetInteger("state", (int)PlayerState.Rise);
- }
- public bool CheckSummon()
- {
- if (isTransfiguration)
- {
- return false;
- }
- if (cacheSummonTime > 0)
- {
- Summon(cacheSummonId);
- return true;
- }
- if (btnWestPress)
- {
- Summon(0);
- return true;
- }
- if (btnSouthPress)
- {
- Summon(1);
- return true;
- }
- if (btnEastPress)
- {
- Summon(2);
- return true;
- }
- if (isSpiritSummon)
- {
- Transfiguration(3);
- return true;
- }
- if (isSpiritSummon1)
- {
- Transfiguration(4);
- return true;
- }
- if (isSpiritSummon2)
- {
- Transfiguration(5);
- return true;
- }
- if (isSpiritSummon3)
- {
- Transfiguration(6);
- return true;
- }
- return false;
- }
- //角色处于可自由活动状态时的通用切换状态逻辑,如Idle、Run状态,以及别的状态结束时准备回到Idle状态前
- public bool CheckPlayerChangeState(CharacterState excludeState = CharacterState.None)
- {
- if (!foot.TrigGround)
- {
- if ((btnRushPress || cacheRushTime > 0) && mp >= rushCostMp)
- {
- if (excludeState != CharacterState.Rush)
- {
- ChangeState(CharacterState.Rush);
- return true;
- }
- }
- if (rb.velocity.y > 0)
- {
- if (excludeState != CharacterState.Rise)
- {
- ChangeState(CharacterState.Rise);
- return true;
- }
- }
- else
- {
- if (excludeState != CharacterState.Fall)
- {
- ChangeState(CharacterState.Fall);
- return true;
- }
- }
- }
- else
- {
- airJumped = 0;
- //if (btnNorthPress || cacheAttackTime > 0)
- //{
- // if (excludeState != CharacterState.Attack)
- // {
- // Attack1();
- // return true;
- // }
- //}
- if (eventTrigger.triggedRivet && (btnNorthPress || cachePullRopeTime > 0))
- {
- if (sprintLinkTrigger.linkedEnemy.Count > 0)
- {
- eventTrigger.triggedRivet.BindingRopes(sprintLinkTrigger.linkedEnemy);
- }
- //ChangeState(CharacterState.PullRope);
- }
- if (excludeState != CharacterState.Summon)
- {
- if (CheckSummon())
- {
- return true;
- }
- }
- if (excludeState != CharacterState.Transfiguration)
- {
- if (CheckSummon())
- {
- return true;
- }
- }
- if ((btnRushPress || cacheRushTime > 0) && mp >= rushCostMp)
- {
- if (excludeState != CharacterState.Rush)
- {
- ChangeState(CharacterState.Rush);
- return true;
- }
- }
- if (btnJumpPress || cacheJumpTime > 0)
- {
- if (excludeState != CharacterState.Rise)
- {
- Jump();
- ChangeState(CharacterState.Rise);
- return true;
- }
- }
- if (canfly)
- {
- if (leftDir.x > 0.3f || leftDir.x < -0.3f || leftDir.y > 0.3f || leftDir.y < -0.3f)
- {
- if (excludeState != CharacterState.Run)
- {
- ChangeState(CharacterState.Run);
- return true;
- }
- }
- else
- {
- if (excludeState != CharacterState.Idle)
- {
- ChangeState(CharacterState.Idle);
- return true;
- }
- }
- }
- else
- {
- if (leftDir.x > 0.3f || leftDir.x < -0.3f)
- {
- if (excludeState != CharacterState.Run)
- {
- ChangeState(CharacterState.Run);
- return true;
- }
- }
- else
- {
- if (excludeState != CharacterState.Idle)
- {
- ChangeState(CharacterState.Idle);
- return true;
- }
- }
- }
- }
- return false;
- }
- public override Vector3 GetMoveDir()
- {
- return leftDir;
- }
- public void CachedPlayerInput()
- {
- if (btnRushPress)
- {
- cacheRushTime = totalCacheRushTime;
- }
- if (btnJumpPress)
- {
- cacheJumpTime = totalCacheJumpTime;
- }
- if (btnNorthPress)
- {
- cacheAttackTime = totalCacheAttackTime;
- }
- if (btnWestPress)
- {
- cacheSummonTime = totalCacheSummonTime;
- cacheSummonId = 0;
- }
- if (btnSouthPress)
- {
- cacheSummonTime = totalCacheSummonTime;
- cacheSummonId = 1;
- }
- if (btnEastPress)
- {
- cacheSummonTime = totalCacheSummonTime;
- cacheSummonId = 2;
- }
- if (btnSpiritSummon)
- {
- cacheSummonTime = totalCacheSummonTime;
- cacheSummonId = 3;
- }
- if (btnSpiritSummon1)
- {
- cacheSummonTime = totalCacheSummonTime;
- cacheSummonId = 4;
- }
- if (btnSpiritSummon2)
- {
- cacheSummonTime = totalCacheSummonTime;
- cacheSummonId = 5;
- }
- if (btnSpiritSummon3)
- {
- cacheSummonTime = totalCacheSummonTime;
- cacheSummonId = 6;
- }
- }
- public override void OnState()
- {
- base.OnState();
- hurtKeepTime -= Time.deltaTime;
- cacheJumpTime -= Time.deltaTime;
- cacheAttackTime -= Time.deltaTime;
- cacheSummonTime -= Time.deltaTime;
- canJumpTime -= Time.deltaTime;
- invincibleTime -= Time.deltaTime;
- attackTime -= Time.deltaTime;
- summonTime -= Time.deltaTime;
- rushTime -= Time.deltaTime;
- cacheRushTime -= Time.deltaTime;
- dieKeepTime -= Time.deltaTime;
- weakTime -= Time.deltaTime;
- Vector3 velocity = rb.velocity;
- switch (state)
- {
- case CharacterState.Idle:
- if (CheckPlayerChangeState(CharacterState.Idle))
- {
- break;
- }
- break;
- case CharacterState.Run:
- if (CheckPlayerChangeState(CharacterState.Run))
- {
- break;
- }
- CheckTurn();
- if (canfly)
- {
- rb.velocity = leftDir.normalized * moveSpeed;
- }
- else
- {
- if (leftDir.x > 0.3f)
- {
- rb.velocity = Vector3.right * moveSpeed;
- }
- else if (leftDir.x < -0.3f)
- {
- rb.velocity = Vector3.left * moveSpeed;
- }
- }
- break;
- case CharacterState.Rise:
- if (CheckSummon())
- {
- break;
- }
- if ((btnRushPress || cacheRushTime > 0) && mp >= rushCostMp)
- {
- ChangeState(CharacterState.Rush);
- break;
- }
- if (rb.velocity.y <= 0)
- {
- ChangeState(CharacterState.Fall);
- break;
- }
- if (btnJumpPress || cacheJumpTime > 0)
- {
- if (airJumped == 0 && jumpNumber >= 2 && rb.velocity.y < airJumpSpeed)
- {
- print(1);
- airJumped = 1;
- AirJump();
- break;
- }
- if (airJumped == 1 && jumpNumber >= 3 && rb.velocity.y < airJumpSpeed)
- {
- print(2);
- airJumped = 2;
- AirJump();
- break;
- }
- }
- CachedPlayerInput();
- rb.velocity = AirMove(rb.velocity);
- break;
- case CharacterState.Fall:
- if (CheckSummon())
- {
- break;
- }
- if ((btnRushPress || cacheRushTime > 0) && mp >= rushCostMp)
- {
- ChangeState(CharacterState.Rush);
- break;
- }
- if (foot.TrigGround)
- {
- if (CheckPlayerChangeState())
- {
- break;
- }
- }
- //if (foot.canStepPlayers.Count > 0)
- //{
- // Jump(jumpSpeed / 2);
- // StepOther();
- // break;
- //}
- //if (foot.canStepEnemyList.Count > 0)
- //{
- // Jump(jumpSpeed / 2);
- // StepEnemy();
- // break;
- //}
- if (btnJumpPress || cacheJumpTime > 0)
- {
- if (canJumpTime > 0)
- {
- Jump();
- break;
- }
- else
- {
- switch (airJumped)
- {
- case 0:
- if(jumpNumber >= 2)
- {
- print(3);
- airJumped = 1;
- AirJump();
-
- }
- break;
- case 1:
- if(jumpNumber >= 3)
- {
- print(4);
- airJumped = 2;
- AirJump();
- }
- break;
- }
- }
- }
- CachedPlayerInput();
- rb.velocity = AirMove(rb.velocity);
- break;
- case CharacterState.Hurt:
- if (hurtKeepTime <= 0 && rb.velocity.magnitude < hurtChangeVelocity)
- {
- if (CheckPlayerChangeState())
- {
- break;
- }
- }
- Vector3 vel = rb.velocity;
- if (!foot.TrigGround)
- {
- if (canfly)
- {
- vel.y = vel.y * (1 - decelerationRatio * Time.deltaTime);
- }
- else
- {
- vel += Vector3.up * extraFallGravity * Time.deltaTime;
- }
-
- }
- vel.x = vel.x * (1 - decelerationRatio * Time.deltaTime);
- rb.velocity = vel;
- CachedPlayerInput();
- break;
- case CharacterState.Coma:
- break;
- case CharacterState.Attack:
- if (attackTime <= 0)
- {
- if (btnNorthKeep)
- {
- ChangeState(CharacterState.KeepAttack);
- break;
- }
- if (CheckPlayerChangeState())
- {
- break;
- }
- }
- CachedPlayerInput();
- break;
- case CharacterState.KeepAttack:
- if ((btnRushPress) && mp >= rushCostMp)
- {
- ChangeState(CharacterState.Rush);
- break;
- }
- if (btnJumpPress && canJumpTime > 0)
- {
- Jump();
- break;
- }
- if (!btnNorthKeep)
- {
- if (CheckPlayerChangeState(CharacterState.Attack))
- {
- break;
- }
- }
- switch (attackState)
- {
- case PlayerAttackState.Idle:
- if (bodyTrans.localScale.x > 0)
- {
- if (leftDir.x > 0.3f)
- {
- SetAttackState(PlayerAttackState.WalkBack);
- velocity.x = attackMoveSpeed;
- rb.velocity = velocity;
- break;
- }
- else if (leftDir.x < -0.3f)
- {
- SetAttackState(PlayerAttackState.WalkForward);
- velocity.x = -attackMoveSpeed;
- rb.velocity = velocity;
- break;
- }
- }
- else
- {
- if (leftDir.x > 0.3f)
- {
- SetAttackState(PlayerAttackState.WalkForward);
- velocity.x = attackMoveSpeed;
- rb.velocity = velocity;
- break;
- }
- else if (leftDir.x < -0.3f)
- {
- SetAttackState(PlayerAttackState.WalkBack);
- velocity.x = -attackMoveSpeed;
- rb.velocity = velocity;
- break;
- }
- }
- velocity.x = 0;
- rb.velocity = velocity;
- break;
- case PlayerAttackState.WalkForward:
- if (bodyTrans.localScale.x > 0)
- {
- if (leftDir.x > 0.3f)
- {
- SetAttackState(PlayerAttackState.WalkBack);
- velocity.x = attackMoveSpeed;
- rb.velocity = velocity;
- break;
- }
- else if (leftDir.x > -0.3f && leftDir.x < 0.3f)
- {
- SetAttackState(PlayerAttackState.Idle);
- velocity.x = 0;
- rb.velocity = velocity;
- break;
- }
- else
- {
- velocity.x = -attackMoveSpeed;
- rb.velocity = velocity;
- }
- }
- else
- {
- if (leftDir.x < -0.3f)
- {
- SetAttackState(PlayerAttackState.WalkBack);
- velocity.x = -attackMoveSpeed;
- rb.velocity = velocity;
- break;
- }
- else if (leftDir.x > -0.3f && leftDir.x < 0.3f)
- {
- SetAttackState(PlayerAttackState.Idle);
- velocity.x = 0;
- rb.velocity = velocity;
- break;
- }
- else
- {
- velocity.x = attackMoveSpeed;
- rb.velocity = velocity;
- }
- }
- break;
- case PlayerAttackState.WalkBack:
- if (bodyTrans.localScale.x > 0)
- {
- if (leftDir.x < -0.3f)
- {
- SetAttackState(PlayerAttackState.WalkForward);
- velocity.x = -attackMoveSpeed;
- rb.velocity = velocity;
- break;
- }
- else if (leftDir.x > -0.3f && leftDir.x < 0.3f)
- {
- SetAttackState(PlayerAttackState.Idle);
- velocity.x = 0;
- rb.velocity = velocity;
- break;
- }
- else
- {
- velocity.x = attackMoveSpeed;
- rb.velocity = velocity;
- }
- }
- else
- {
- if (leftDir.x > 0.3f)
- {
- SetAttackState(PlayerAttackState.WalkForward);
- velocity.x = attackMoveSpeed;
- rb.velocity = velocity;
- break;
- }
- else if (leftDir.x > -0.3f && leftDir.x > 0.3f)
- {
- SetAttackState(PlayerAttackState.Idle);
- velocity.x = 0;
- rb.velocity = velocity;
- break;
- }
- else
- {
- velocity.x = -attackMoveSpeed;
- rb.velocity = velocity;
- }
- }
- break;
- default:
- break;
- }
- break;
- case CharacterState.Summon:
- if (summonTime <= 0)
- {
- if (CheckPlayerChangeState())
- {
- break;
- }
- }
- break;
- case CharacterState.Rush:
- if (rushTime <= 0)
- {
- if (btnRushKeep)
- {
- ChangeState(CharacterState.Sprint);
- break;
- }
- if (CheckPlayerChangeState())
- {
- break;
- }
- }
- CachedPlayerInput();
- //if (leftDir.magnitude < 0.3f)
- //{
- // if (bodyTrans.localScale.x > 0)
- // {
- // rushDir = Vector3.left;
- // }
- // else
- // {
- // rushDir = Vector3.right;
- // }
- //}
- //else
- //{
- // rushDir = leftDir.normalized;
- //}
- rb.velocity = rushDir * rushSpeed;
- break;
- case CharacterState.Sprint:
- if (!btnRushKeep)
- {
- if (CheckPlayerChangeState(CharacterState.Rush))
- {
- break;
- }
- }
- if (mp < sprintCostMp * Time.deltaTime)
- {
- if (CheckPlayerChangeState(CharacterState.Rush))
- {
- break;
- }
- }
- mp -= sprintCostMp * Time.deltaTime;
- uiMp.Show(mp, totalMp);
- CachedPlayerInput();
- //CheckTurn();
- //if (leftDir.magnitude < 0.3f)
- //{
- // if (bodyTrans.localScale.x > 0)
- // {
- // rushDir = Vector3.left;
- // }
- // else
- // {
- // rushDir = Vector3.right;
- // }
- //}
- //else
- //{
- // rushDir = leftDir.normalized;
- //}
- rb.velocity = rushDir * rushSpeed;
- break;
- case CharacterState.Die:
- if (dieKeepTime <= 0)
- {
- gameObject.SetActive(false);
- break;
- }
- break;
- case CharacterState.Weak:
- if (weakTime <= 0)
- {
- ChangeState(CharacterState.Idle);
- break;
- }
- break;
- case CharacterState.PullRope:
- break;
- default:
- break;
- }
- if (!foot.TrigGround && !canfly)
- {
- if (rb.velocity.y > 0)
- {
- rb.velocity += Vector3.up * extraRiseGravity * Time.deltaTime;
- }
- else
- {
- rb.velocity += Vector3.up * extraFallGravity * Time.deltaTime;
- }
- }
- isClickBtnRush = false;
- isKeepBtnRush = false;
- isClickBtnJump = false;
- isClickBtnSouth = false;
- isClickBtnEast = false;
- isClickBtnNorth = false;
- isClickBtnWest = false;
- isSpiritSummon = false;
- isSpiritSummon1 = false;
- isSpiritSummon2 = false;
- isSpiritSummon3 = false;
- if (foot.TrigGround)
- {
- canJumpTime = leaveGroundCanJumpTime;
- }
- SearchTarget();
- attackTarget = targetCharacter;
- if (floatState == 0)
- {
- if (mp < totalMp)
- {
- mp += mpReplySpeed * Time.deltaTime;
- }
- if (mp > totalMp)
- {
- mp = totalMp;
- }
- }
- else
- {
- if (mp > 0)
- {
- lostMp += mpReplySpeed * Time.deltaTime;
- mp -= mpReplySpeed * Time.deltaTime;
- }
- if (mp < 0)
- {
- mp = 0;
- }
- if (lostMp >= addMp)
- {
- Instantiate(soul, transform.position, new Quaternion(0, 0, 0, 0), null);
- lostMp = 0;
- }
- }
- uiMp.Show(mp, totalMp);
- }
- public override void ChangeState(CharacterState newState)
- {
- if (state == newState)
- {
- return;
- }
- Vector3 velocity = rb.velocity;
- switch (state)
- {
- case CharacterState.Idle:
- break;
- case CharacterState.Run:
- velocity.x = 0;
- break;
- case CharacterState.Rise:
- break;
- case CharacterState.Fall:
- break;
- case CharacterState.Hurt:
- break;
- case CharacterState.Coma:
- canMove = true;
- foreach (GameObject i in HitCols)
- {
- i.SetActive(true);
- }
- break;
- case CharacterState.Attack:
- aniCollider.Play("NotAttack", 1, 0);
- break;
- case CharacterState.KeepAttack:
- aniCollider.Play("NotAttack", 1, 0);
- break;
- case CharacterState.Summon:
- rb.isKinematic = false;
- break;
- case CharacterState.Transfiguration:
- rb.isKinematic = false;
- break;
- case CharacterState.Rush:
- velocity = Vector3.zero;
- break;
- case CharacterState.Sprint:
- velocity = Vector3.zero;
- break;
- case CharacterState.Die:
- isDie = false;
- break;
- case CharacterState.Weak:
- break;
- default:
- break;
- }
- CharacterState oldState = state;
- state = newState;
- switch (newState)
- {
- case CharacterState.Idle:
- aniCollider.Play("Idle", 0, 0);
- if (oldState == CharacterState.Fall)
- {
- ani.Play("fall_end", 0, 0);
- }
- else
- {
- ani.Play("idle", 0, 0);
- }
- velocity = Vector3.zero;
- //animalAni.SetInteger("state", (int)PlayerState.Idle);
- break;
- case CharacterState.Run:
- aniCollider.Play("Run", 0, 0);
- ani.Play("run_start", 0, 0);
- //animalAni.SetInteger("state", (int)PlayerState.Walk);
- break;
- case CharacterState.Rise:
- aniCollider.Play("Rise", 0, 0);
- canJumpTime = 0;
- break;
- case CharacterState.Fall:
- aniCollider.Play("Fall", 0, 0);
- ani.Play("fall", 0, 0);
- //animalAni.SetInteger("state", (int)PlayerState.Fall);
- break;
- case CharacterState.Hurt:
- aniCollider.Play("Hurt", 0, 0);
- ani.Play("hitted", 0, 0);
- invincibleTime = totalInvincibleTime;
- hurtKeepTime = minHurtKeepTime;
- //ani.Play("Invincible", 2, 0);
- break;
- case CharacterState.Coma:
- //ani.Play("Coma", 0, 0);
- ani.Play("idle", 0, 0);
- aniCollider.Play("Idle", 0, 0);
- rb.velocity = Vector3.zero;
- foreach (GameObject i in HitCols)
- {
- i.SetActive(false);
- }
- break;
- case CharacterState.Attack:
- attackTime = totalAttack1Time;
- break;
- case CharacterState.KeepAttack:
- aniCollider.Play("Attack1Keep", 1, 0);
- break;
- case CharacterState.Summon:
- aniCollider.Play("Summon", 0, 0);
- ani.Play("summon", 0, 0);
- velocity = Vector3.zero;
- rb.isKinematic = true;
- break;
- case CharacterState.Transfiguration:
- isTransfiguration = true;
- aniCollider.Play("Transfiguration", 0, 0);
- ani.Play("transfiguration", 0, 0);
- velocity = Vector3.zero;
- rb.isKinematic = true;
- break;
- case CharacterState.Rush:
- aniCollider.Play("Rush", 0, 0);
- ani.Play("rush_loop", 0, 0);
- rushTime = totalRushTime;
- invincibleTime = rushInvincibleTime;
- //if (leftDir.magnitude < 0.3f)
- //{
- // if (bodyTrans.localScale.x > 0)
- // {
- // rushDir = Vector3.left;
- // }
- // else
- // {
- // rushDir = Vector3.right;
- // }
- //}
- //else
- //{
- // rushDir = leftDir.normalized;
- //}
- if (bodyTrans.localScale.x > 0)
- {
- rushDir = Vector3.left;
- }
- else
- {
- rushDir = Vector3.right;
- }
- velocity = rushDir * rushSpeed;
- mp -= rushCostMp;
- uiMp.Show(mp, totalMp);
- break;
- case CharacterState.Sprint:
- aniCollider.Play("Sprint", 0, 0);
- ani.Play("rush_loop", 0, 0);
- velocity = rushDir * rushSpeed;
- break;
- case CharacterState.Die:
- aniCollider.Play("Die", 0, 0);
- ani.Play("die", 0, 0);
- isDie = true;
- dieKeepTime = totalDieKeepTime;
- break;
- case CharacterState.Weak:
- aniCollider.Play("Weak", 0, 0);
- ani.Play("weak", 0, 0);
- velocity.y = weakUpSpeed;
- weakTime = totalWeakTime;
- break;
- default:
- break;
- }
- rb.velocity = velocity;
- }
- public void CheckTurn()
- {
- if (leftDir.x > 0.3f && bodyTrans.localScale.x > 0)
- {
- Turn();
- }
- else if (leftDir.x < -0.3f && bodyTrans.localScale.x < 0)
- {
- Turn();
- }
- }
- public Vector3 AirMove(Vector3 velocity)
- {
- CheckTurn();
- if (canfly)
- {
- velocity = leftDir.normalized * moveSpeed;
- }
- else
- {
- if (leftDir.x > 0.3f)
- {
- velocity = new Vector3(moveSpeed, velocity.y, velocity.z);
- }
- else if (leftDir.x < -0.3f)
- {
- velocity = new Vector3(-moveSpeed, velocity.y, velocity.z);
- }
- else
- {
- velocity = new Vector3(0, velocity.y, velocity.z);
- }
- }
- return velocity;
- }
- private Collider playerSoulCollector;
- public void Transfiguration(int id) //变身
- {
- playerSoulCollector = soulCollector;
- id = id - 3;
- currentSpirit = id;
- if (id >= changePrefabs.Count)
- {
- Debug.LogError("未配置" + id + "号变身");
- return;
- }
- if (id == 3 && isInvisible)
- {
- isInvisible = false;
- return;
- }
- GameObject prefab = changePrefabs[id];
- if (!CheckCanSummon(id))
- {
- return;
- }
- ChangeState(CharacterState.Transfiguration);
- summonTime = prefab.GetComponent<Demonic>().totalSummonTime;
- float costMp = prefab.GetComponent<Demonic>().costMp;
- mp -= costMp;
- uiMp.Show(mp, totalMp);
- bodyTrans.gameObject.SetActive(false);
- foot.trigGroundList.Clear();
- spiritObj = PoolManager.Instantiate(prefab);
- Demonic dem = spiritObj.GetComponent<Demonic>();
- dem.id = id;
- dem.playerID = playerId;
- spiritObj.transform.parent = transform;
- spiritObj.transform.localEulerAngles = Vector3.zero;
- spiritObj.transform.localScale = new Vector3(1, 1, 1);
- if (bodyTrans.localScale.x > 0)
- {
- spiritObj.transform.position = transform.position;
- if (dem.bodyTrans.localScale.x < 0)
- {
- dem.Turn();
- }
- }
- else
- {
- spiritObj.transform.position = transform.position;
- if (dem.bodyTrans.localScale.x > 0)
- {
- dem.Turn();
- }
- }
- mecanim = dem.mecanim;
- ani = dem.ani;
- aniCollider = dem.aniCollider;
- bodyTrans = dem.bodyTrans;
- beSearchTrigger = dem.beSearchTrigger;
- bulletPrefab = dem.bulletPrefab;
- searchTrigger = dem.searchTrigger;
- foot = dem.foot;
- spinee = dem.spinee;
- mesh = dem.mesh;
- mats = dem.mats;
- soulCollector = dem.soulCollector;
- outlineMats = dem.outlineMats;
- if (dem.canFly)
- {
- canfly = true;
- canJump = false;
- rb.useGravity = false;
- }
- /* 法师出场释放浮空场
- if (id == 3)
- {
- if ((int)spirits.currentSpirit == 0)
- {
- if (!spiritObj.GetComponent<Demonic>().hasEffect)
- {
- spiritObj.GetComponent<Demonic>().hasEffect = true;
- Instantiate(spirits.floatEffect, spiritObj.transform.position, new Quaternion(0, 0, 0, 0), spiritObj.transform);
- }
- }
- }
- */
- endChange = id + 3;
- dem.hp = hp;
- ChangeState(CharacterState.Idle);
- }
- public void EndTransfiguration(int id)
- {
- isTransfiguration = false;
- isinputJ = false;
- isinputK = false;
- isinputL = false;
- canfly = false;
- canJump = true;
- canMove = true;
- rb.useGravity = true;
- mecanim = playerMe;
- ani = playerAni;
- aniCollider = playerCol;
- bodyTrans = playerTran;
- beSearchTrigger = playerBst;
- bulletPrefab = playerBullet;
- searchTrigger = playerST;
- foot = playerFoot;
- spinee = playerSpinee;
- mesh = playerMesh;
- mats = playerMats;
- soulCollector = playerSoulCollector;
- outlineMats = playerOut;
- bodyTrans.gameObject.SetActive(true);
- uiHp.gameObject.SetActive(true);
- spiritObj.transform.parent = null;
- spiritObj.SetActive(false);
- Summon(id);
- CheckPlayerChangeState();
- endChange = 0;
- }
- public void Summon(int id)
- {
- if (id >= demonicPrefabs.Count)
- {
- Debug.LogError("未配置" + id + "号使魔");
- return;
- }
- if (id >= demonicSummonPos.Count)
- {
- Debug.LogError("未配置" + id + "号使魔召唤位置");
- return;
- }
- if (id == 6 && isInvisible)
- {
- isInvisible = false;
- return;
- }
- GameObject prefab = demonicPrefabs[id];
- if (!CheckCanSummon(id))
- {
- return;
- }
- ChangeState(CharacterState.Summon);
- summonTime = prefab.GetComponent<Demonic>().totalSummonTime;
- float costMp = prefab.GetComponent<Demonic>().costMp;
- mp -= costMp;
- uiMp.Show(mp, totalMp);
- GameObject demonicObj = PoolManager.Instantiate(prefab);
- Demonic demonic = demonicObj.GetComponent<Demonic>();
- demonic.id = id;
- demonic.playerID = playerId;
- if (!demonicDic.ContainsKey(id))
- {
- demonicDic.Add(id, new List<Demonic>());
- }
- demonicDic[id].Add(demonic);
- demonicObj.transform.parent = null;
- demonicObj.transform.localEulerAngles = Vector3.zero;
- demonicObj.transform.localScale = new Vector3(1, 1, 1);
- Vector3 offset = demonicSummonPos[id];
- if (bodyTrans.localScale.x > 0)
- {
- demonicObj.transform.position = transform.position + offset;
- if (demonic.bodyTrans.localScale.x < 0)
- {
- demonic.Turn();
- }
- }
- else
- {
- demonicObj.transform.position = transform.position + new Vector3(-offset.x, offset.y, offset.z);
- if (demonic.bodyTrans.localScale.x > 0)
- {
- demonic.Turn();
- }
- }
- if (demonic.canFly)
- {
- demonic.flyHeight = demonic.transform.position.y;
- }
- if (id == 3)
- {
- if ((int)spirits.currentSpirit == 0)
- {
- if (!demonicObj.GetComponent<Demonic>().hasEffect)
- {
- demonicObj.GetComponent<Demonic>().hasEffect = true;
- Instantiate(spirits.floatEffect, demonicObj.transform.position, new Quaternion(0, 0, 0, 0), demonicObj.transform);
- }
- }
- }
- demonic.Init();
- demonic.SetSortingOrder(demonic.sortingOrder + demonicId[id]);
- demonicId[id]++;
- demonic.Attack1();
- }
- public void OnDemonicRecycle(Demonic demonic)
- {
- if (!demonicDic.ContainsKey(demonic.id))
- {
- return;
- }
- demonicDic[demonic.id].Remove(demonic);
- for (int i = 0; i < demonicDic[demonic.id].Count; i++)
- {
- demonicDic[demonic.id][i].SetSortingOrder(demonic.id * 1000 + i);
- }
- }
- public bool CheckCanSummon(int id)
- {
- GameObject prefab = demonicPrefabs[id];
- float costMp = prefab.GetComponent<Demonic>().costMp;
- if (mp < costMp)
- {
- Debug.Log("mp不足召唤失败, 还得加个动画或者音效啥的");
- return false;
- }
- return true;
- }
- public override void Attack1()
- {
- base.Attack1();
- if (leftDir.x > 0.3f)
- {
- if (bodyTrans.localScale.x > 0)
- {
- Turn();
- }
- SetAttackState(PlayerAttackState.WalkForward);
- }
- else if (leftDir.x < -0.3f)
- {
- if (bodyTrans.localScale.x < 0)
- {
- Turn();
- }
- SetAttackState(PlayerAttackState.WalkForward);
- }
- else
- {
- SetAttackState(PlayerAttackState.Idle);
- }
- }
- public void SetAttackState(PlayerAttackState value)
- {
- attackState = value;
- ani.SetInteger("attackState", (int)value);
- aniCollider.Play("Attack1Keep", 1, 0);
- }
- public void SearchTarget()
- {
- targetCharacter = searchTrigger.GetMinDisTarget(targetTypes, canHitFly);
- }
- }
|