├── DOTween.meta ├── DOTween ├── DOTween.XML ├── DOTween.XML.meta ├── DOTween.dll ├── DOTween.dll.mdb ├── DOTween.dll.mdb.meta ├── DOTween.dll.meta ├── Editor.meta ├── Editor │ ├── DOTweenEditor.XML │ ├── DOTweenEditor.XML.meta │ ├── DOTweenEditor.dll │ ├── DOTweenEditor.dll.mdb │ ├── DOTweenEditor.dll.mdb.meta │ ├── DOTweenEditor.dll.meta │ ├── Imgs.meta │ └── Imgs │ │ ├── DOTweenIcon.png │ │ ├── DOTweenIcon.png.meta │ │ ├── DOTweenMiniIcon.png │ │ ├── DOTweenMiniIcon.png.meta │ │ ├── Footer.png │ │ ├── Footer.png.meta │ │ ├── Footer_dark.png │ │ ├── Footer_dark.png.meta │ │ ├── Header.jpg │ │ └── Header.jpg.meta ├── Modules.meta ├── Modules │ ├── DOTweenModuleAudio.cs │ ├── DOTweenModuleAudio.cs.meta │ ├── DOTweenModuleEPOOutline.cs │ ├── DOTweenModuleEPOOutline.cs.meta │ ├── DOTweenModulePhysics.cs │ ├── DOTweenModulePhysics.cs.meta │ ├── DOTweenModulePhysics2D.cs │ ├── DOTweenModulePhysics2D.cs.meta │ ├── DOTweenModuleSprite.cs │ ├── DOTweenModuleSprite.cs.meta │ ├── DOTweenModuleUI.cs │ ├── DOTweenModuleUI.cs.meta │ ├── DOTweenModuleUnityVersion.cs │ ├── DOTweenModuleUnityVersion.cs.meta │ ├── DOTweenModuleUtils.cs │ └── DOTweenModuleUtils.cs.meta ├── readme.txt └── readme.txt.meta ├── FlyingObjectUI.meta ├── FlyingObjectUI ├── FlyingObject.cs ├── FlyingObject.cs.meta ├── Sample.meta └── Sample │ ├── Flying Object Sample Scene.unity │ ├── Flying Object Sample Scene.unity.meta │ ├── FlyingObject.prefab │ ├── FlyingObject.prefab.meta │ ├── ObjectManager.cs │ ├── ObjectManager.cs.meta │ ├── coins.png │ ├── coins.png.meta │ ├── dollar.png │ └── dollar.png.meta ├── Generic.meta ├── Generic ├── CommonBehaviour.cs ├── CommonBehaviour.cs.meta ├── CommonUiBehaviour.cs ├── CommonUiBehaviour.cs.meta ├── DontDestroySingletonBehaviour.cs ├── DontDestroySingletonBehaviour.cs.meta ├── SingletonBehaviour.cs └── SingletonBehaviour.cs.meta ├── InternetChecker.meta ├── InternetChecker ├── InternetChecker.cs ├── InternetChecker.cs.meta ├── Sample.meta └── Sample │ ├── Check Internet Sample Scene.unity │ ├── Check Internet Sample Scene.unity.meta │ ├── InternetManager.cs │ └── InternetManager.cs.meta ├── InverseMask.meta ├── InverseMask ├── InverseMask.cs ├── InverseMask.cs.meta ├── Sample.meta └── Sample │ ├── Circle.png │ ├── Circle.png.meta │ ├── Inverse Mask Sample Scene.unity │ ├── Inverse Mask Sample Scene.unity.meta │ ├── Rectangle.png │ └── Rectangle.png.meta ├── LICENSE ├── LICENSE.meta ├── Object Pool.meta ├── Object Pool ├── LimitObjectPool.cs ├── LimitObjectPool.cs.meta ├── ObjectPool.cs ├── ObjectPool.cs.meta ├── Sample.meta └── Sample │ ├── Bullet.cs │ ├── Bullet.cs.meta │ ├── BulletGenerator.cs │ ├── BulletGenerator.cs.meta │ ├── Bullet_FBX.fbx │ ├── Bullet_FBX.fbx.meta │ ├── Bullet_Prefab.prefab │ ├── Bullet_Prefab.prefab.meta │ ├── Bullet_Trail.mat │ ├── Bullet_Trail.mat.meta │ ├── Objectpool Smaple Scene.unity │ └── Objectpool Smaple Scene.unity.meta ├── README.md ├── README.md.meta ├── Ragdoll.meta ├── Ragdoll ├── RagdollComponent.cs ├── RagdollComponent.cs.meta ├── Sample.meta └── Sample │ ├── Character.controller │ ├── Character.controller.meta │ ├── Character.fbx │ ├── Character.fbx.meta │ ├── Ragdoll.unity │ ├── Ragdoll.unity.meta │ ├── RagdollHandler.cs │ └── RagdollHandler.cs.meta ├── SafeArea ├── SafeArea.cs ├── SafeArea.cs.meta ├── Sample.meta └── Sample │ ├── SafeArea.unity │ └── SafeArea.unity.meta ├── Utils.meta ├── Utils ├── Extensions.cs ├── Extensions.cs.meta ├── Logger.cs ├── Logger.cs.meta ├── ShakeOnTrigger.cs ├── ShakeOnTrigger.cs.meta ├── Utils.cs └── Utils.cs.meta └── Utils_UnityPackage.unitypackage /DOTween.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween.meta -------------------------------------------------------------------------------- /DOTween/DOTween.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/DOTween.XML -------------------------------------------------------------------------------- /DOTween/DOTween.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/DOTween.XML.meta -------------------------------------------------------------------------------- /DOTween/DOTween.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/DOTween.dll -------------------------------------------------------------------------------- /DOTween/DOTween.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/DOTween.dll.mdb -------------------------------------------------------------------------------- /DOTween/DOTween.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/DOTween.dll.mdb.meta -------------------------------------------------------------------------------- /DOTween/DOTween.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/DOTween.dll.meta -------------------------------------------------------------------------------- /DOTween/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor.meta -------------------------------------------------------------------------------- /DOTween/Editor/DOTweenEditor.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/DOTweenEditor.XML -------------------------------------------------------------------------------- /DOTween/Editor/DOTweenEditor.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/DOTweenEditor.XML.meta -------------------------------------------------------------------------------- /DOTween/Editor/DOTweenEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/DOTweenEditor.dll -------------------------------------------------------------------------------- /DOTween/Editor/DOTweenEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/DOTweenEditor.dll.mdb -------------------------------------------------------------------------------- /DOTween/Editor/DOTweenEditor.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/DOTweenEditor.dll.mdb.meta -------------------------------------------------------------------------------- /DOTween/Editor/DOTweenEditor.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/DOTweenEditor.dll.meta -------------------------------------------------------------------------------- /DOTween/Editor/Imgs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs.meta -------------------------------------------------------------------------------- /DOTween/Editor/Imgs/DOTweenIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs/DOTweenIcon.png -------------------------------------------------------------------------------- /DOTween/Editor/Imgs/DOTweenIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs/DOTweenIcon.png.meta -------------------------------------------------------------------------------- /DOTween/Editor/Imgs/DOTweenMiniIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs/DOTweenMiniIcon.png -------------------------------------------------------------------------------- /DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta -------------------------------------------------------------------------------- /DOTween/Editor/Imgs/Footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs/Footer.png -------------------------------------------------------------------------------- /DOTween/Editor/Imgs/Footer.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs/Footer.png.meta -------------------------------------------------------------------------------- /DOTween/Editor/Imgs/Footer_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs/Footer_dark.png -------------------------------------------------------------------------------- /DOTween/Editor/Imgs/Footer_dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs/Footer_dark.png.meta -------------------------------------------------------------------------------- /DOTween/Editor/Imgs/Header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs/Header.jpg -------------------------------------------------------------------------------- /DOTween/Editor/Imgs/Header.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Editor/Imgs/Header.jpg.meta -------------------------------------------------------------------------------- /DOTween/Modules.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules.meta -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleAudio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleAudio.cs -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleAudio.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleAudio.cs.meta -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleEPOOutline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleEPOOutline.cs -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleEPOOutline.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModulePhysics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModulePhysics.cs -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModulePhysics.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModulePhysics.cs.meta -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModulePhysics2D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModulePhysics2D.cs -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModulePhysics2D.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModulePhysics2D.cs.meta -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleSprite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleSprite.cs -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleSprite.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleSprite.cs.meta -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleUI.cs -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleUI.cs.meta -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleUnityVersion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleUnityVersion.cs -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleUnityVersion.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleUtils.cs -------------------------------------------------------------------------------- /DOTween/Modules/DOTweenModuleUtils.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/Modules/DOTweenModuleUtils.cs.meta -------------------------------------------------------------------------------- /DOTween/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/readme.txt -------------------------------------------------------------------------------- /DOTween/readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/DOTween/readme.txt.meta -------------------------------------------------------------------------------- /FlyingObjectUI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI.meta -------------------------------------------------------------------------------- /FlyingObjectUI/FlyingObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/FlyingObject.cs -------------------------------------------------------------------------------- /FlyingObjectUI/FlyingObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/FlyingObject.cs.meta -------------------------------------------------------------------------------- /FlyingObjectUI/Sample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample.meta -------------------------------------------------------------------------------- /FlyingObjectUI/Sample/Flying Object Sample Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample/Flying Object Sample Scene.unity -------------------------------------------------------------------------------- /FlyingObjectUI/Sample/Flying Object Sample Scene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample/Flying Object Sample Scene.unity.meta -------------------------------------------------------------------------------- /FlyingObjectUI/Sample/FlyingObject.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample/FlyingObject.prefab -------------------------------------------------------------------------------- /FlyingObjectUI/Sample/FlyingObject.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample/FlyingObject.prefab.meta -------------------------------------------------------------------------------- /FlyingObjectUI/Sample/ObjectManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample/ObjectManager.cs -------------------------------------------------------------------------------- /FlyingObjectUI/Sample/ObjectManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample/ObjectManager.cs.meta -------------------------------------------------------------------------------- /FlyingObjectUI/Sample/coins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample/coins.png -------------------------------------------------------------------------------- /FlyingObjectUI/Sample/coins.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample/coins.png.meta -------------------------------------------------------------------------------- /FlyingObjectUI/Sample/dollar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample/dollar.png -------------------------------------------------------------------------------- /FlyingObjectUI/Sample/dollar.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/FlyingObjectUI/Sample/dollar.png.meta -------------------------------------------------------------------------------- /Generic.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Generic.meta -------------------------------------------------------------------------------- /Generic/CommonBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Generic/CommonBehaviour.cs -------------------------------------------------------------------------------- /Generic/CommonBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Generic/CommonBehaviour.cs.meta -------------------------------------------------------------------------------- /Generic/CommonUiBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Generic/CommonUiBehaviour.cs -------------------------------------------------------------------------------- /Generic/CommonUiBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b76c46cd322b4c22ad557240cc362985 3 | timeCreated: 1626455911 -------------------------------------------------------------------------------- /Generic/DontDestroySingletonBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Generic/DontDestroySingletonBehaviour.cs -------------------------------------------------------------------------------- /Generic/DontDestroySingletonBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2be24a34b0774b33a7d92f578daee4d4 3 | timeCreated: 1652277168 -------------------------------------------------------------------------------- /Generic/SingletonBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Generic/SingletonBehaviour.cs -------------------------------------------------------------------------------- /Generic/SingletonBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae01bf83ad67492da6f6773b9a358e55 3 | timeCreated: 1625735654 -------------------------------------------------------------------------------- /InternetChecker.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InternetChecker.meta -------------------------------------------------------------------------------- /InternetChecker/InternetChecker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InternetChecker/InternetChecker.cs -------------------------------------------------------------------------------- /InternetChecker/InternetChecker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InternetChecker/InternetChecker.cs.meta -------------------------------------------------------------------------------- /InternetChecker/Sample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InternetChecker/Sample.meta -------------------------------------------------------------------------------- /InternetChecker/Sample/Check Internet Sample Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InternetChecker/Sample/Check Internet Sample Scene.unity -------------------------------------------------------------------------------- /InternetChecker/Sample/Check Internet Sample Scene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InternetChecker/Sample/Check Internet Sample Scene.unity.meta -------------------------------------------------------------------------------- /InternetChecker/Sample/InternetManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InternetChecker/Sample/InternetManager.cs -------------------------------------------------------------------------------- /InternetChecker/Sample/InternetManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InternetChecker/Sample/InternetManager.cs.meta -------------------------------------------------------------------------------- /InverseMask.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InverseMask.meta -------------------------------------------------------------------------------- /InverseMask/InverseMask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InverseMask/InverseMask.cs -------------------------------------------------------------------------------- /InverseMask/InverseMask.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InverseMask/InverseMask.cs.meta -------------------------------------------------------------------------------- /InverseMask/Sample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InverseMask/Sample.meta -------------------------------------------------------------------------------- /InverseMask/Sample/Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InverseMask/Sample/Circle.png -------------------------------------------------------------------------------- /InverseMask/Sample/Circle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InverseMask/Sample/Circle.png.meta -------------------------------------------------------------------------------- /InverseMask/Sample/Inverse Mask Sample Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InverseMask/Sample/Inverse Mask Sample Scene.unity -------------------------------------------------------------------------------- /InverseMask/Sample/Inverse Mask Sample Scene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InverseMask/Sample/Inverse Mask Sample Scene.unity.meta -------------------------------------------------------------------------------- /InverseMask/Sample/Rectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InverseMask/Sample/Rectangle.png -------------------------------------------------------------------------------- /InverseMask/Sample/Rectangle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/InverseMask/Sample/Rectangle.png.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/LICENSE.meta -------------------------------------------------------------------------------- /Object Pool.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool.meta -------------------------------------------------------------------------------- /Object Pool/LimitObjectPool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/LimitObjectPool.cs -------------------------------------------------------------------------------- /Object Pool/LimitObjectPool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/LimitObjectPool.cs.meta -------------------------------------------------------------------------------- /Object Pool/ObjectPool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/ObjectPool.cs -------------------------------------------------------------------------------- /Object Pool/ObjectPool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/ObjectPool.cs.meta -------------------------------------------------------------------------------- /Object Pool/Sample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample.meta -------------------------------------------------------------------------------- /Object Pool/Sample/Bullet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/Bullet.cs -------------------------------------------------------------------------------- /Object Pool/Sample/Bullet.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/Bullet.cs.meta -------------------------------------------------------------------------------- /Object Pool/Sample/BulletGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/BulletGenerator.cs -------------------------------------------------------------------------------- /Object Pool/Sample/BulletGenerator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/BulletGenerator.cs.meta -------------------------------------------------------------------------------- /Object Pool/Sample/Bullet_FBX.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/Bullet_FBX.fbx -------------------------------------------------------------------------------- /Object Pool/Sample/Bullet_FBX.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/Bullet_FBX.fbx.meta -------------------------------------------------------------------------------- /Object Pool/Sample/Bullet_Prefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/Bullet_Prefab.prefab -------------------------------------------------------------------------------- /Object Pool/Sample/Bullet_Prefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/Bullet_Prefab.prefab.meta -------------------------------------------------------------------------------- /Object Pool/Sample/Bullet_Trail.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/Bullet_Trail.mat -------------------------------------------------------------------------------- /Object Pool/Sample/Bullet_Trail.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/Bullet_Trail.mat.meta -------------------------------------------------------------------------------- /Object Pool/Sample/Objectpool Smaple Scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/Objectpool Smaple Scene.unity -------------------------------------------------------------------------------- /Object Pool/Sample/Objectpool Smaple Scene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Object Pool/Sample/Objectpool Smaple Scene.unity.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/README.md.meta -------------------------------------------------------------------------------- /Ragdoll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll.meta -------------------------------------------------------------------------------- /Ragdoll/RagdollComponent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/RagdollComponent.cs -------------------------------------------------------------------------------- /Ragdoll/RagdollComponent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/RagdollComponent.cs.meta -------------------------------------------------------------------------------- /Ragdoll/Sample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/Sample.meta -------------------------------------------------------------------------------- /Ragdoll/Sample/Character.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/Sample/Character.controller -------------------------------------------------------------------------------- /Ragdoll/Sample/Character.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/Sample/Character.controller.meta -------------------------------------------------------------------------------- /Ragdoll/Sample/Character.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/Sample/Character.fbx -------------------------------------------------------------------------------- /Ragdoll/Sample/Character.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/Sample/Character.fbx.meta -------------------------------------------------------------------------------- /Ragdoll/Sample/Ragdoll.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/Sample/Ragdoll.unity -------------------------------------------------------------------------------- /Ragdoll/Sample/Ragdoll.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/Sample/Ragdoll.unity.meta -------------------------------------------------------------------------------- /Ragdoll/Sample/RagdollHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/Sample/RagdollHandler.cs -------------------------------------------------------------------------------- /Ragdoll/Sample/RagdollHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Ragdoll/Sample/RagdollHandler.cs.meta -------------------------------------------------------------------------------- /SafeArea/SafeArea.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/SafeArea/SafeArea.cs -------------------------------------------------------------------------------- /SafeArea/SafeArea.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/SafeArea/SafeArea.cs.meta -------------------------------------------------------------------------------- /SafeArea/Sample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/SafeArea/Sample.meta -------------------------------------------------------------------------------- /SafeArea/Sample/SafeArea.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/SafeArea/Sample/SafeArea.unity -------------------------------------------------------------------------------- /SafeArea/Sample/SafeArea.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/SafeArea/Sample/SafeArea.unity.meta -------------------------------------------------------------------------------- /Utils.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Utils.meta -------------------------------------------------------------------------------- /Utils/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Utils/Extensions.cs -------------------------------------------------------------------------------- /Utils/Extensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Utils/Extensions.cs.meta -------------------------------------------------------------------------------- /Utils/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Utils/Logger.cs -------------------------------------------------------------------------------- /Utils/Logger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Utils/Logger.cs.meta -------------------------------------------------------------------------------- /Utils/ShakeOnTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Utils/ShakeOnTrigger.cs -------------------------------------------------------------------------------- /Utils/ShakeOnTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Utils/ShakeOnTrigger.cs.meta -------------------------------------------------------------------------------- /Utils/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Utils/Utils.cs -------------------------------------------------------------------------------- /Utils/Utils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47689d19021b4039a8285e913cb425c2 3 | timeCreated: 1693240431 -------------------------------------------------------------------------------- /Utils_UnityPackage.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Behnamjef/Unity_Utils/HEAD/Utils_UnityPackage.unitypackage --------------------------------------------------------------------------------