Master Fantasy Weapons|Sword|Axe|Katana|Bow|Shield|Uchigatana
Soft Kitty Studio
$75.00
$150.00
50%OFF
(no ratings)
Jump AssetStore
231 stylized models with icons! Including swords, axes, bows, shields, and more. Optimized, clean materials, bow script for arrow alignment, and separate sheaths for katanas/uchigatanas!Render PipelinesHDRP: Remove the “URP_Built-In” folder.URP: Remove the “Materials” and “Demo” folder, and import the URP.package in: Assets/ SoftKitty/FantasyWeapons/URP_Built-In/URP.packageBuilt-In: Remove the “Materials” and “Demo” folder, and import the Built-In.package in: Assets/ SoftKitty/FantasyWeapons/URP_Built-In/Built-In.packageUnleash your creativity with this professionally crafted Fantasy Weapons Pack, featuring:🪓 41 Axes🏹 30 Bows (with a handy bow script for arrow alignment and shooting)⚔️ 21 Katana (with separate sheath models)⚔️ 41 Uchigatana (with separate sheath models)🗡️ 28 One-Handed Swords🗡️ 29 Great Swords🛡️ 41 ShieldsAll with transparent Icons in PNG format!Key Features:💎 Unique and stunning weapon designs to elevate your fantasy worlds.🔧 Optimized Models: Smart use of triangles and efficient UV space utilization.🎨 Clean Materials: Uniformly setup, using PBR shaders for each render pipeline.🗂️ Clean Project: No extra animations or materials from fbx files, with properly scaled and centered models.🏹 Bow Functionality: Prefabs include a script to align the arrow with the bowstring for seamless gameplay.⚔️ Sheath Models: Katana and Uchigatana include separate sheaths for added immersion.Whether you're creating an RPG, action, or fantasy game, this pack is the ultimate addition to your arsenal!Perfectly working with:Master Inventory EngineMaster Character CreatorThe BGM in AssetStore Videos are AI Generated (Suno)ModelsFBX models with 1000~3500 TrianglesTexturesTexture Size: 4096*4096 pxTexture Slots: BaseMap(Diffuse), MaskMap(Metallic, Ambient Occlusion,Smoothness),NormalMap, EmissiveMapMaterials/ShaderHDRP: HDRP/Lit (HDRP Default Shader)URP: Custom shader based on URP Lit (Shader Graph)Built-In: Custom shader based on Standard ShaderIconsIcon Texture Size: 256*256 pxIcon Texture Format: PNG with transparent backgroundDemo SceneUse Left/Right key to swap weaponsSpace key to Hide/Unhide SheathMouse drag to draw the bow.ApiThis package includes an easy-to-use Bow String and Arrow Alignment API to ensure precise and realistic bow mechanics. With this API, you can dynamically align the bowstring and arrow with the player's hand during gameplay, creating a seamless and immersive experience.Drag Method: public void Drag(Transform _hand, GameObject _arrow)Purpose: Attaches the bowstring's drag point to a specific transform (e.g., the player’s hand or finger bone) and ensures the arrow aligns with the player's hand.Parameters:_arrow: The arrow GameObject that will align with the player's hand and rest on the bow's arrow window._hand: The transform of the player’s hand (or finger) that pulls the bowstring.Use Case: Call this method in the begining of the bow-drawing phase of the animation to dynamically align the bowstring and arrow with the player’s hand and bow.Release Method: public void Release()Purpose: Releases the bowstring, simulating the string snapping back after being pulled, while also detaching the transform (e.g., the player's hand) and shoot the arrow.Behavior: This method ensures smooth animation for the bowstring release and prepares the bow for the next draw.Use Case: Call this method when the player finishes drawing the bow and releases the string to shoot the arrow.