Guardsquare Mobile Game Security by Guardsquare
- Ease of integration: a command-line tool that processes, optimizes, and protects iOS and Android games. Guardsquare enables you to fully protect your app or SDK without the need to share or alter your source code.
- Protect your game against static and dynamic analysis: protect your mobile game code’s integrity by applying advanced polymorphic code hardening techniques and runtime-application self-protection (RASP) mechanisms.
- Maintain your game performance: Guardsquare protects your mobile games without requiring you to sacrifice your game performance.
- Validate your security before game release: leverage Guardsquare’s Protection Report to confirm and improve your protection configuration.
- Real-time Threat Monitoring Platform: (ThreatCast) provides real-time visibility into tampering and reverse engineering attempts of your apps, enabling you to continuously improve your security posture. Free ThreatCast access is included in your Guardsquare license.
Learn about the difference between static and dynamic mobile app security here.
Guardsquare Mobile Game Security is a Unity Verified Solution
STATE-OF-THE-ART PROTECTION FOR YOUR MOBILE GAMES
Mobile apps are the most popular platform for gaming, which makes them a prime target for cheaters and reverse engineers. Without sufficient protection, threat actors can use freely available tools to decompile and inspect your iOS and Android mobile games and SDKs to gain insight into their internal logic. This leaves your mobile games vulnerable to various forms of abuse such as:
- Cheating
- Unauthorized mods
- Ad Blocking
- Unauthorized game automation/bots
- Bypassing in-game purchases
- Piracy
- Game IP theft
- Device data spoofing (such as GPS coordinates)
Guardsquare’s mobile game security solutions enable you to raise the bar against these threats and protect your brand image, revenue streams, and player community health by promoting fair play and trust.
WHY GUARDSQUARE?
🏆 Proven track record: Guardsquare protects flagship mobile games of many AAA and independent game studios worldwide. The leader in mobile security, our products are used by millions of mobile developers across the globe
🌎 Professional-grade solutions: Our solutions are trusted by 850+ largest institutions in the world across the Gaming, Financial, Entertainment, Healthcare, Retail, and e-Commerce industries.
🔐 State-of-the-art protection: Guardsquare applies multiple layers of advanced code hardening and runtime protection without compromising the performance of your game. The polymorphic solution ensures that any tampering or reverse engineering progress made by a threat actor is nullified with each build of the app.
🥇 Stay ahead of the threat landscape: Partner with the market-leading mobile security experts dedicated to ensuring the highest level of security so you can focus on what matters most for your business.
Price $0.00
2D RPG Background Pack by Action Studios
We are proud to present to you, one of our most ambitious product offerings.
2D RPG Background Pack
Our premium bundle consists of fifteen video game backgrounds that have been professionally designed to meet industry standards.
Tailored for commercial usage, our collection caters to a broad network of creative professionals, from solo developers and graphic designers, to game companies and powerful brands.
Our top-notch game backgrounds can certainly prove useful for visual novels, title screens, JRPGs, mobile games, fighting games, and much more— giving credit is optional!
• Professionally crafted
• 1950 x 1300 resolution
• Rich and vibrant colors
• Photoshop source files included
Photoshop (PSD) source image copies are included to allow users to revise, re-arrange, or remove objects as needed.
About Us
We take pride in delivering excellent quality to our customers. Please reach us for any questions. You can also visit our Publisher Info page or our Publisher Profile page to discover more about who we are and what we offer.
Terms and Conditions
These backgrounds can be used commercially and non-commercially for any purpose so long as each party owns their appropriate entity license (Single-Entity or Multi-Entity), and this product listing and its contents are not being redistributed or resold anywhere.
For this product, we have company watermarks on all of our image previews so as to prevent unauthorized usage without a license. Please don't use these images if you haven't paid for them here or on any of our other stores yet!
Be sure to check the Package Content tab for the full list of game backgrounds available and feel free to take a closer look at our promotional media to see if they are a good fit for your project and business needs.
Price $25.00
Text Effect _ UI VFX Effect by CartoonVFX9x
-For the Built-in Render Pipeline.
-It's useful in make the action mobile game.
-Work in 2D
-50 Already prefabs.
-50 Effects. ( Five main colors: Yellow, Green, Red, Blue and Purple)
-58 Textures (57simple textures, 1 texture sheet ). They are optimized for mobile game with quality max 512x512 Pixel.
-58 Materials.
-1 Background demo.
-1 Readme document.
-1 Sample scene.
Price $10.99
Game Classical Orchestra Music Pack Vol.1 by DanielNMartin
- 14 original high-quality WAV tracks (16-bit / 48 kHz)
- 12 full-track
- Non loopable tracks
- 32 min. of music
- 323 MB of music
- Unlimited Royalty-Free license
Game Classical Orchestra Music Pack Volume 1 is a high-quality original music package designed for royalty-free use in video games. With 14 tracks, over 32 minutes of music and 12 unique tracks, it offers a value collection of classical music. All at an affordable price. Take your project to the next level.
———————————————————————————–
Designed to provide a classic, enlightenment musical ambience, this music package captures the narrative of the Napoleonic Wars of the early 19th century. It contains relaxing and calm tracks along with energetic and combat ones. All this under a purely classical writing style typical of turn-of-the-century romanticism, imitating Tchaikovsky's writing. This music is suitable as background music for menus and gameplay. It is recommended for video games with historical themes, based on the Enlightenment or with a nineteenth-century or Victorian ambience. The most suitable genres are adventure, role-playing, simulation and strategy games.
———————————————————————————–
Using high-quality professionally-mixed & mastered music is one of the best ways to instantly elevate the quality of your proyect.
I hope this collection can help and be useful to the indie developer community.
Price $60.99
K-Animator by Kansus Games Studio
- Heavily based on scriptable objects
- UI, 2D or 3D supported
- Third-party tween system delegation
- Extremely easy to add support for new Tween Systems
- Global Configuration file
👉 🎮 Demo | 📄 Documentation |🎬 Videos | 💬 Discord | 📩 Email
K-Animator is a flexible and extensible Unity asset for animating/tweening any game object, be it UI, 2D or a 3D object. Currently the asset can animate four properties of a game object: Position, Rotation, Scale and Fade.
It is possible to specify three types of animations for each of these properties:
- In animation: Played when the object enters a context.
- Out animation: Played when the object leaves a context.
- Idle animation: Plays in loop in a ping-pong fashion.
🕹️ Features🕹️
- Heavily based on scriptable objects, which means that animations and configurations are stored in their own file, what makes then modular and reusable.
- Supports any game object type: UI, 2D or 3D.
- Delegates the actual animation to your favorite third-party tween system. By default, it supports three systems: iTween, LeanTween and DOTween. K-Animator comes bundled with iTween by default.
- Extremely easy to add support for new Tween Systems. Just implement an adapter to glue the new system to the K-Animator protocol.
- K-Animator Configuration file: A scriptable object that holds global parameters for the animators of a project, which provides you the ability to switch tween systems, change the global animation speed and show/hide logs.
🕹️ Usage🕹️
To animate a game object with K-Animator, all you need do is:
- Add the animator component to the target game object;
- Create the desired animation scriptable object and configure its properties;
- Drag the scriptable object to the animator component;
- Start the animation by calling the animator component’s methods.
🕹️ Support 🕹️
If you have any comments, questions, or issues, please do not hesitate to email us at support@kansusgames.com. We will try to reply and help you as quickly as possible. You can also check the documentation, it will answer most questions.
Price $12.99
Scientist (Fable Series) by Novacorp Studios
This asset consists of one character model optimized for all platforms:
Character has 4.319 triangles.
One 2048 x 2048 texture.
One mesh.
One material.
Scientist character model has a humanoid rig and is optimized for all platforms. It also goes well with our other Fable Series character models.
Key Features:
- Optimized model with less than 5k triangles and a single material.
- The model has a single mesh in order to optimize draw calls.
- Humanoid rig.
- Compatible with Mixamo.
- Model is optimized for all platforms including mobile and VR.
- Comes with Unity standard shaders but also looks great with shaders like Real Toon or any other anime style shader.
- Goes well with our other Fable Series character models.
- Includes blend shapes for mouth and eyelid movement. (Ideal for games with character lip sync and facial expressions like VRChat).
Price $16.99
Main Theme - Hollow by Gil Guzman
Loopable: No
Additional: Stereo
This pack includes:
- A wav (16-bit / 44.1 kHz) track of the song.
A short 1-minute piece that is great for horror! Though you can use it for any of the following: Ambience
- Main Menu Theme
- Character Theme
- Lair Music
- Emotional Cutscene
Instagram: https://www.instagram.com/the_gil_guzman/
Price $4.99
Cowboy Western Music Pack by Collin Anderson Music and Sound
Contains 19 stereo wav audio files
10 seamless loops, 4 stingers, and 5 linear audio files
44.1KHz and 16-bit depth
Tracklist:
- Cowboy with a Cause - Thematic and heroic
- Linear version
- Linear version with intro
- High-Intensity Loop
- Med-Intensity Loop
- Low-Intensity Loop
- Big Trouble - Combat/Boss battle
- Linear version
- Med-Intensity Loop
- High-Intensity Loop
- Ending stinger 1 Med-Intensity
- Ending stinger 1 High-Intensity
- Ending Stinger 2 Med-Intensity
- Ending Stinger 2 High-Intensity
- Town Theme - Thematic and quaint
- Linear version
- Med-Intensity Loop
- Low-Intensity Loop
- Saloon Piano - Variation of the Town Theme
- Loop
- The Dry and Lonely Desert - Ambient and sparse
- Linear Version (w/ambient sfx)
- Loop 1
- Loop 2
From live recorded orchestral music to sparse acoustic ambient music, these 5 tracks are split into several versions to maximize usability and allow interactivity. Each track has seamless loop versions, most of which contain a varying degree of intensity levels, which can be crossfaded between at important moments in gameplay. Most tracks also have linear versions that are great for use in trailers and promotional material.
Price $14.99
Open World Piano: Ambiences by JoeORourkeMusic
20 loopable and original. WAV tracks (44.1 kHz and 16-Bit Sample Rate, Stereo)
Unlimited Royalty-Free License
Open World Piano: Ambiences is a collection of 20 High-Quality Live Piano Recordings. Royalty Free Tracks for use in any project. Ideal for Open World, Adventure
TRACKLIST(.WAV, 44.1kHz, 16-bit)
- Ambiences
- Impressions
- Rain Stills
- Short Thoughts
- Mysticism
- Nine Diamonds
- Off The Grid
- Praise
- Bright Belief
- Broken Chords
- Dark Mystics
- Gliss
- Half and Whole
- Halls
- Impatience
- Quirks Two Step
- Solstice
- Waltz In The Field
- Which Way
- Whole Steps
Price $39.99
Toon Cat Nature by Qunatum
Rigged: Yes
Rigged to Humanoid skeleton rig: Yes
If rigged to the Epic skeleton, IK bones are included: Yes
Number of textures: 15
Number of Materials: 8
Texture dimensions: 4096x4096
Triangles count: 21028
Number of meshes: 3
UV mapping: Yes
Types of materials and texture maps: PBR
Additional Notes: rig has additional bones: eye_l, eye_r, jaw, tongue_1, tongue_2, eyelashes_top_r; eyelashes_top_l;
High-quality realistic low-poly 3D models of Cartoon Bunny
The model is ready for use in games and other real-time applications
Additional Notes: rig has additional bones: eye_l, eye_r, jaw, tongue_1, tongue_2, eyelashes_top_r; eyelashes_top_l
Price $29.99
Universe Game Music : Ambient Music by BenBeardMusic
Audie File Type : WAV
Sample Rate : 44.1 khz
Bit Depth : 24 bit
Loopable : Yes
Additional : Stereo
Universe Game Music : Ambient Music is a Brand New music pack here on the Unity Asset Store crafted for royalty-free use in video games, featuring recordings of soloists, bands, vocals, & world-class orchestras.
============================
IS THIS MUSIC RIGHT FOR MY GAME?
============================
No music pack can truly serve EVERY game developer, so Universe Game Music : Ambient Music specializes in Ambient Background Music
If you're looking for many genres, check out Unvierse Game Music : Volume One, which includes the Ambient Music pack as well as other genres
• 14 original high-quality WAV tracks (16-bit / 44.1 kHz)
• Unlimited Royalty-Free license
==================================
HOLLYWOOD-LEVEL MUSIC AT A LOW PRICE
==================================
In my studio, I use over $25,000+ worth of industry-standard sample instruments, plugins, software, hardware, and production techniques in all of my tracks and include live recordings whenever possible.
Price $15.00
Heat 772 Assault Rifle With Hands by Storm Bringer Studios
++ Heat-772 Assault Rifle With Hands all kinds of unique VFX, SFX and Animations. ++
++ Assets are AAA category and ready to be used for VR, PC and Consoles ++
++ Assets are made with PBR standard with 4K high quality textures ++
NEW!! Pack support unity: Unity 2019.3 URP 7.1.8+
In This Pack:
◉ Heat-772 Assault Rifle.
◉ Hands.
◉ Animations.
◉ VFX/SFX.
◉ 4K-Textures.
++This package doesn't require any third party software or framework other than
standard Unity3D environment.++
Latest version supported.
Objects are rigged and animated.
Max Tris: 28k
Max Vertex:23k
Texture Sizes:
Base Color, Normal Map, AO, Roughness and Metallic Textures
4k resolution Textures
Scaled to Unity Skeleton: Yes
Collision: Yes, Automatically Generated
LODs: NO
Number of Meshes: 7
Number of Materials and Material Instances: 22 Materials and 1 Instance
Number of Textures: 27
Animations: 16
Supported Development Platforms: PC/Xbox One/PS4
Supported Target Build Platforms: PC/Xbox One/PS4
Follow us for updates and news
Join Our Discord Server: Discord
Price $35.00
Toon Cat Cloth by Qunatum
Rigged: Yes
Rigged to Epic skeleton: Yes
If rigged to the Epic skeleton, IK bones are included: Yes
Number of textures: 15
Number of Materials: 8
Texture dimensions: 4096x4096
Triangles count: 21028
Number of meshes: 3
UV mapping: Yes
Types of materials and texture maps: PBR
Additional Notes: rig has additional bones: eye_l, eye_r, jaw, tongue_1, tongue_2, eyelashes_top_r; eyelashes_top_l;
High-quality realistic low-poly 3D models of Cartoon Cat
The model is ready for use in games and other real-time applications
Additional Notes: rig has additional bones: eye_l, eye_r, jaw, tongue_1, tongue_2, eyelashes_top_r; eyelashes_top_l;
Price $29.99
Toon Bear Set by Qunatum
Rigged: Yes
Rigged to Humanoid skeleton rig: Yes
If rigged to the Epic skeleton, IK bones are included: Yes
Number of textures: 27
Number of Materials: 11
Texture dimensions: 4096x4096
Triangles count: 17882
Number of meshes: 5
UV mapping: Yes
Types of materials and texture maps: PBR
Additional Notes: rig has additional bones: eye_l, eye_r, jaw, tongue_1, tongue_2, eyelashes_top_r\l
High-quality realistic low-poly 3D models of Cartoon Bear
The model is ready for use in games and other real-time applications
Additional Notes: rig has additional bones: eye_l, eye_r, jaw, tongue_1, tongue_2, eyelashes_top_r\l
Price $39.99
Old Metal Crosses and Graves by PropDrop
Number of textures : 78
Texture dimensions : 1024x1024 and 2048x2048 .pngs
Polygon count in total : 158.735 polys
Number of meshes/prefabs : 26
Rigging: No
LOD : 0
UV mapping: Yes, unwrapped
Types of materials and texture maps : PBR
Set includes 26 separate meshes in total:
- 6 single Graves
- 4 Fenced graves
- 10 Metal Crosses
- 6 Grave Fences
Pack is suitable for graveyard scenes, horror based games, VR experiences. You can mix and mach all the meshes creating a small unique graveyard scene.
Price $10.00
Infinite Environments: Scrollable Backgrounds by TPR
Features:
- 10 Featured Locations
- 50 Scrollable Backgrounds
- Highly detailed
Number of Textures: 50
Texture Resolutions: 6144x1024px
Supported Development Platforms:
Windows: Yes
Mac: Yes
Pack of stunning scrollable environment backgrounds. Each background is horizontally tileable and loops on itself. Featuring 10 locations with x5 Highly Detailed Horizontal Scrollable Background per location at a staggering 6k resolution.
Environments List:
- Desert
- Forest
- Grassland
- Ice Land
- Jungle
- Lava
- Meadows
- Scorched Lands
- Mountains
- Swamps
Price $49.99
STG 44 Weapon by AB3DX
Features:
High Quality Models
Low Poly Models
Detachable Meshes
Optimized
Number of Unique Meshes: 6
Collision: (Yes automatically generated)
Vertex Count:
Gun
- STG-44 :11.123
Accessory
- SM_mount :680
- SM_Bullet : 736
- SM_Bullet_cassing : 384
- SM_Stg_Scope :7.261
- SM_Belt: 1.268
Number of Materials: 6
Number of Textures: 18
Texture Resolutions: (2048X2048)
Texture Maps:AlbedoTransparency, MetallicSmoothness and Normal
custom pattern request : ab3dxwork@gmail.com
Animation : Includes skeletal structure and animation.
- Fire
- Fire Automatic
- Fire To Dry
- Chamber round
- Reload
- Reload From Dry
All objects in the pack are fully UV matched with the corresponding textures.
Elements which require animation have been detached, and named
Optimized for game engines.
Model unwrapped manually to make most efficient use of the UV space.
Model scaled to fit actual version existing models.
Price $19.99