Feed aggregator

Moroutines by Redcode Studio

Asset Store newest packages - 2022, March 4 - 16:16
Moroutines - More Than Coroutines, is a C# library written for Unity to extend working with coroutines.

The built-in coroutine approach has a few drawbacks:


* One coroutine can only wait for one other coroutine, otherwise (if there is more than one waiting), Unity will tell you an error in the console while the game is running.

* There is no way to know the state of a coroutine (running, suspended, or completed) from the Coroutine class object.

*There is no way to pause or restart a coroutine by a Coroutine class object.

* No ability to create a Coroutine with a paused startup.

* No ability to pause or resume a coroutine.

* No ability to subscribe to coroutine state change events.

* No possibility to get the last result of the coroutine.

* And others...


Moroutines excludes the disadvantages listed above. You can easily control the coroutine with just a couple of lines of code, determine its state, react to events, and so on.


Just read documentation on github.


Price $0.00

CubexCube - Cars Pack by Cube x Cube

Asset Store newest packages - 2022, March 4 - 15:51
Package contains 12 models to create top quality game

🖥 Optimized for:

- Standard RP - Unity 2019.4+

- Universal RP - Unity 2019.4+


✔ Features:

- 4 Texture (2048x2048px)

- Models are between 212 and 6350 verts.

🚘 Cars Pack from Cube x Cube


We proud to present awesome low poly asset pack "Cars Pack from Cube x Cube". There are cars from most popular movie and games.

Package contains 22 unique Prefabs. DEMO SCENE included!


Prefabs:

🚗 Cars (x12);


🧿 Wheels (x10);


🖥 Optimized for:

- Standard RP - Unity 2019.4+

- Universal RP - Unity 2019.4+


✔ Features:

- 4 Texture (2048x2048px)

- Models are between 212 and 6350 verts.


Price $10.00

⭐ Cyber Girl ⭐ by Mari Ana Farzana

Asset Store newest packages - 2022, March 4 - 15:47
⭐ Cyber Girl ⭐

A cyber girl with a geometry on 8432 triangles (6313 vertices).


It is rigged and consists of the animations: idle, run, skill.


The textures are hand painted (diffuse, normal and metallic channels) and have a resolution of 1024 x 1024.


Price $15.00

Geometric Fragmentation FX by xuwu

Asset Store newest packages - 2022, March 4 - 15:45
A simple geometric explosion effect based on the geometry shader.

Notice

The character models and animations in the promotional media are not included in this asset.


Price $10.00

Fairy Tales Menu by Sinless

Asset Store newest packages - 2022, March 4 - 15:38
This is a pack with a start menu and a settings menu. It is perfect for games with few settings and fits with narrative and adventure games.

Fully customizable, all UI elements are white

Buttons with push effect

Easy to configure a different look and color with the 16 sprites

A very original style

Bonus - 2 Particle Effects: Fireflies and Leaves

Easy UI

Includes extra sprites and 2 extra buttons



'Fairy Tales Menu' is fully customizable and has two already customized Demos. The buttons are already connected, you just need to add your scenes.


Asset uses:

  • Floral Patterns by Jojo-Ojoj under License: Creative Commons Attribution (CC BY 3.0)
  • Snow and Magic by Arthur Vyncke under Creative Commons Attribution-ShareAlike 3.0 Unported;
  • Mama Font By NJ Studio under License: Open Content
  • Swamp Witch Font by Chad Savage under License: Open Content

See Third-Party Notices.txt file in package for details


Price $4.99

Flesh Demon by Jamile Vondredi

Asset Store newest packages - 2022, March 4 - 15:37
Flesh Demon Character

1 PBR Material

Texture dimensions: 2048

Polygon count of high quality version: 13386 vertices & 23694 triangles

Polygon count of low quality version: 2222 vertices & 3310 triangles


Number of meshes/prefabs: 2 variants: with horns (4 meshes), without horns (2 meshes)

Rigging: Yes, Humanoid

Animations: Idle, Walk, Run, Attack 1, Attack 2, Threat, Dying

FLESH DEMON

Includes 7 basic animations and it is fully skinned to humanoid skeleton.

You can use any Mecanim compatible animation!




Price $25.00

KIT - Modern Bedroom (Adjustable Drawers) by Alex Jun

Asset Store newest packages - 2022, March 4 - 15:31
Modern Bedroom is a set of Props to furnish a modern bedroom. Just drag objects into the scene and enjoy!

Number Meshes: 13

Collision: (No)

Vertex Count: 372,282

LODs: (No)

Number of Materials and Material Instances: 23

Number of Textures: 32

Texture Resolutions: (4096x4096)[1280x720 Picture Frames])

PBR : Yes

If you're looking for a set of objects to quickly furnish a room, this asset is perfect for you, here are some things that come with it:

  bed

  Pillow

  Blankets

Stool

pouf

bedside table

Bedside Table (Adjustable Drawer)

bowl

TableLamp

2 props

armchair

2 Picture Frames (Customizable Image)


Price $4.99

Modern Living Room (Adjustables Doors + Customizables Pictures Frames) by Alex Jun

Asset Store newest packages - 2022, March 4 - 15:25
A Living Room with adjustables doors and drawer.

Collision: (No)

Vertex Count: 72,440

LODs: (No)

Number of Meshes: 18

Number of Materials : 19

Number of Textures: 51

Texture Resolutions: (2048x2048 + Example images for TV/picture 1280x720)


One of the most common environments in any type of project is the living room, and this product contains exactly what you need to furnish a beautiful and modern living room to your liking.

In addition, all the picture frames and the TV are already correctly mapped and to place your image, just change the material, simple and fast, giving you more authenticity in the project.

Below is a list of all the objects that come with the product:

-Armchair

-Couch

-Pillows

-TV Stand

-TV(Customizable)

-Picture Frame(Customizable)

-Bedside table

-Coffee Table

In addition to 3d models, the product has materials and textures.


Price $4.99

Auto Filler Source Code - Fill all fields automatically by Tellosoft

Asset Store newest packages - 2022, March 4 - 15:06
Just a simple Fill attribute to fill any Serialized field. (Source Code & DLL both Included)

(Source Code & DLL both Included)

Usage & Details:

Use Fill attribute at any field except int, string, float, double which are not required to be filled. There will be a nice Fill button in front of the field in the inspector to fill the field. By default, it will find the required Component at the self game object, if not found then it will find it on the parent game objects till root.


Different Ways Of Use:

• [Fill] , [Fill(FindIn.SelfTParent)]

The default fill attribute will find the required game object on the self component if not found then find it on parent game objects till root.


• [Fill(“MyGameobject/ChildObject/Nested”)]

It will find the required component at the specified path.


• [Fill(FindIn.Child)]

It will find the required component in child game objects.


• [Fill(FindIn.Parent)]

It will find the required component in parent game objects.


• [Fill(FindIn.Self)]

It will find the required component at self game object.


See the docs for more details

AutoFiller Documentation Link

(Source Code & DLL both Included)

Usage & Details:

Use Fill attribute at any field except int, string, float, double which are not required to be filled. There will be a nice Fill button in front of the field in the inspector to fill the field. By default, it will find the required Component at the self game object, if not found then it will find it on the parent game objects till root.


Different Ways Of Use:

• [Fill] , [Fill(FindIn.SelfTParent)]

The default fill attribute will find the required game object on the self component if not found then find it on parent game objects till root.


• [Fill(“MyGameobject/ChildObject/Nested”)]

It will find the required component at the specified path.


• [Fill(FindIn.Child)]

It will find the required component in child game objects.


• [Fill(FindIn.Parent)]

It will find the required component in parent game objects.


• [Fill(FindIn.Self)]

It will find the required component at self game object.


See the docs for more details

AutoFiller Documentation Link


Price $22.00

Crashing Race 3d(Hyper Casual Game) by Moroo Studio

Asset Store newest packages - 2022, March 4 - 15:00
Crashing Race 3d

The game is made with Unity and C#, optimized for mobile WebGL and All devices. This template provides you a full-featured, ready-for-release game source code that you can customize and build your own game in no time!

How To Play!
One control - hold to move, release your finger to stop
The crashing race is the new generation road crossing game. Control the character to avoid cars and collect the Apples, Coins, on the other side of the road.
Cross the road without getting run over by cars.

Features:
* Game ready for release straight out of the box, just build and play!
* 15 Levels Ready To Release
* Complete C# source code, materials, fonts, animations
* Easy & addicting gameplay
* Generic pick up system text creator (useful for other projects)
* standard particle system integrated
* Scrolling Combat text system for score * UI game menu
* standard particle system integrated

Sounds:
All sounds included in this game are free-to-use in commercial projects and are Open Sound License, located under the Audio folder

Support: supp.team25@gmail.com

Please rate my file, I’d appreciate it
Price $15.99

Halloween Pack 5 in 1 by Blitz Games

Asset Store newest packages - 2022, March 4 - 14:57
Get into the Halloween spirit with our collection of pumpkin heads which can be used to decorate your game or 3d scene and elevate its design.

Technical details

  • Polycounts:
    • Halloween Pumpkin Head Vol 1: Vertices: 3.3K, Triangles: 6.5K.
    • Halloween Pumpkin Head Vol 2: Vertices: 3.1K, Triangles: 6.1K.
    • Halloween Pumpkin Head Vol 3: Vertices: 2.9K, Triangles: 5.8K.
    • Halloween Pumpkin Head Vol 4: Vertices: 4.7K, Triangles: 9.5K.
    • Halloween Pumpkin Head Vol 5: Vertices: 5.2K, Triangles: 10.4K.
  • Textures: PBR Textures
  • Files Format: Fbx.
  • Textures Format: TARGA
  • Number of textures: 8 each (Total 40)
  • Texture dimensions: 2048
  • UV mapping: Yes
  • Number of prefabs: 5

It’s tradition to carve pumpkins and set them out to decorate your home. So, we designed a collection of detailed pumpkin heads which you can use to decorate your 3d model and increase its appeal. Whether it’s a scene from a horror game or night game, these models can be integrated into them with ease.


Price $18.00

Stylized City Ruins Pack - Post Apocalypse by Halberstram Art

Asset Store newest packages - 2022, March 4 - 14:49

A stylized low-poly pack to create an overgrown post-apocalyptic city environment with a peaceful but unsettling atmosphere


Full demo scene is included


URP Compatibility:

-In order to use the asset pack with the Universal Render Pipeline, simply convert Project Materials to URP Materials


Package Contains:


Building Ruins (x17)

Wide variety of building ruins with highly detailed wear and destruction

-apartments

-skyscrapers 

-parking houses

-residential buildings

-overgrown buildings


Nature

-Various trees

-Roots

-Bushes

-Hanging Bushes

-Hanging Lianas and Plants

-Grass


Props

-Cars (destroyed)

-Lantern

-Barrel

-Box

-Fence

-City Lamp

-Pillars (broken)


Roads

-Pieces of Broken Road

-Worn off sidewalks

-Floor tiles

-Highway pieces

-Broken Highway 



Other Info

-Texture Sizes: 1024x1024

-All Assets come with prefabs that are super easy to use!

-Polycount ranges: From 14 for smaller assets up to 8000 for large buildings

-Works on Unity Versions 2017.1.0 or higher.


Price $25.00

Morning Star by Amalore

Asset Store newest packages - 2022, March 4 - 14:32

Morning Star_1 Specifications:

- 2048 x 2048 PBR Textures

- 4926 Triangles

- 2648 Polygons

- 2782 Vertices


Morning Star_2 Specifications:

- 2048 x 2048 PBR Textures

- 4006 Triangles

- 2152 Polygons

- 2277 Vertices


- Model is one mesh and completely unwrapped.

- Model completely unwrapped, fully textured and materials applied.

- Pivot point centered at world origin.

- Model scaled to approximate real world size (centimeters).

- All nodes, materials and textures are appropriately named.


Note: Both the models share the same texture sheets.

Character model is used for preview only. Not inlcuded in the project.

Models are readely made with prefabs with correct rotations, colliders and pivots. Ready to be used in projects.


Price $4.99

Runtime Debugger by Joseph Doran Technology

Asset Store newest packages - 2022, March 4 - 14:26
What does this do?

This asset allows you to see errors and debug messages in the final build, as well as within the editor too!

With a simple drag and drop prefab asset, the power to debug your distributed games or applications has never been easier!

With two easy button combinations, you can edit which logs get called at runtime and turn on and off the error windows.

But why?

Sometimes you have a bug that only occurs in the final build and you can't isolate it. Maybe a user is running into a specific bug you can't replicate?

Just include the prefab, tick what logs you want to receive, and voila! Easy debugging in the build!

Features?

-The ability to turn on and off:
Debug.Log()
Warnings
Exceptions
Errors

-Repeating errors toggle. Repeat errors from a null reference? No error spam!

-Runtime error window toggle, perfect for distributing in full builds for maximum diagnosis.

-Easy key commands, almost impossible to accidentally trigger in game!

Requirements:
-TextMesh Pro

Platforms This product has been tested on Windows Editor and Windows player.
However, you WILL need to edit the UI if you use this for Android, IOS, WebGL or anything else that doesn't display at 1920 x 1080.
This hasn't been tested in other platform editors, but if you run into any problems, drop me an email on support@josephdoran.technology and I'll get back to you ASAP.
Price $4.99

Nordic / Viking RPG Music by Eamon Coughlan Music

Asset Store newest packages - 2022, March 4 - 14:24
Nordic-themed compositions for various settings (battle, village, tavern, woods and more) inspired by Scandinavian folk music.

6 stereo tracks in WAV and MP3 formats.

Isolated tracks ('stems') for every instrument of each track in wav format.

Shorter internal loops with timestamps for 5 tracks (6th track can be looped in its entirety)

Information on the traditional Scandinavian folk music used as inspiration.

Information on the instruments used and their role/history in Scandinavian folk music.

Cover images (jpeg/png).

Grab your sword, grab an oar and go Viking with this Nordic RPG music pack!

These 6 tracks were composed for specific settings that could be expected in a Nordic or Viking themed RPG, including tavern, woods, village and battle music. Each track utilises the rhythms/character of a different traditional tune type common in Scandinavian folk music (Pols, Halling, etc.), and a variety of instruments including nyckelharpa, cittern, spilåpipa & näverlur. There is also information on both the tune types used as inspiration, and the various instruments and their role / history in the musical traditions of Scandinavia.


The tracks are provided as stereo mp3 and wav files. Each track includes a repeatable loop with timestamps (or is loopable as a self-contained unit), as well as individual stems for the various instruments used allowing for customisation of the instrument levels or stereo mix if desired for your specific project.


Price $9.99

Mutant Apocaliptic3 by Navasard

Asset Store newest packages - 2022, March 4 - 14:21

Number of textures 3

Texture dimensions 4096

Maximum polygon count 9370

Number of meshes/prefabs 1

Rigging: Yes

Animation count 17

UV mapping: Yes

LOD information (count, number of levels) No

Types of materials and texture maps (e.g., PBR) Yes

Low-poly model of the character Mutant3

faces 9370

verts 9185

tris 18358

Texture 4096x4096

Materials 1

Textures 3

animations 17

Attack (x3)

Back Walk (x1)

Death (x1)

Gethit (x2)

Idle (x1)

Injured Run (x1)

Run (x2)

Strafe Left Run (x1)

Strafe Right Run (x1)

Strafe Left Walking (x1)

Strafe Right Walking (x1)

Walking (x1)

Jump (x1)


Price $30.00

VRTK v4 Tilia Package Importer by Sysdia Solutions Ltd

Asset Store newest packages - 2022, March 4 - 14:17
A Unity Editor window to easily configure and add VRTK v4 Tilia packages to your Unity project.

* Automatically configure the Unity Project Scoped Registry

* Easily view available Tilia packages

* Easily add available Tilia packages to your Unity Project

The VRTK v4 Tilia Package Importer is a Unity Editor window helper that makes it easy to configure your project for VRTK v4 and easily add Tilia packages without the need to manually edit the Unity project manifest.json file.


If you want to learn more about VRTK v4 then visit: https://vrtk.io


If you want to check out a sample VRTK v4 project then download the farm scene example Unity project from: https://github.com/ExtendRealityLtd/VRTK


If you want to get started with a simple VRTK v4 tutorial then follow the VR bowling tutorial at: https://github.com/ExtendRealityLtd/VRTK.Tutorials.VRBowling


If you want more VRTK v4 tutorials and how-to guides then visit: https://academy.vrtk.io/


Price $0.00

Selection Gizmo by Infected Algebra

Asset Store newest packages - 2022, March 4 - 14:05
This tools is a great solution to find inactive scene gameobjects in the scene view. By default, Unity hasn't this feature. You can create gizmo for inactive gameobjects, Select and Toggle them when they are inactive and you don't want to spend you'r time to find them in the hierarchy panel. Ofcourse this tools is working on active gameobjects too. This tools would save you'r gizmo list in every scene, so you can have different gizmo list in each scene.
Price $35.00

Dystopian Hellfire by Audible Dread

Asset Store newest packages - 2022, March 4 - 13:55
A package containing 20 soundscapes, 8 sequences and 40 sfx. Best suited for (but not limited to) post-apocalyptic and dystopian themed games.

WAV 48kHz 24bit, Stereo.

If you are looking for high quality audio assets for your post-apocalyptic or dystopian game, look no further!


These tracks will bring much needed depth to your sound design! With intense music sequences to low rumbling soundscapes, and strong sfx you are sure to elevate your game to another level.


The tracklist for all of the 68 tracks can be found HERE.


Price $24.80

Dark Medieval Environment Megapack (Modular with Full Interiors) by Leartes Studios

Asset Store newest packages - 2022, March 4 - 13:54
Dark Medieval Environment Megapack , comes with 341 Unique Static Meshes.

Features:

  • Premade Game Map
  • Vertex Painting options
  • Optimized Scenes
  • Modular Wall and Building Meshes.
  • Unique Concepts for each Assets
  • Tileable / Trim Materials
  • Buildings / Animals / Characters to be added with update.
  • Fully Furnished interios , Fully Enterable Buildings.
  • Library , House , Tower interiors.
  • Fully Customizable Pack

Number of Unique Meshes: 341

Average Poly Count: 20k to 40k on characters and clothes depending on complexity and importance and 500 to 4k on static meshes depending on complexity


Collision: Yes

LODs: Yes up to 5

Number of Materials and Material Instances:124

Number of Textures:312

Texture Resolutions: 1K , 2K

Supported Development Platforms:

Windows: Yes

Mac: Yes


Texture Map Types: Base Color / Diffuse, Normal, Smoothness / Roughness, Metalic, Opacity

Materials: This asset contains PBR based materials which means each material contains a Base Texture, and a Normal Texture by default and additionally has Smoothness, Ambient Occlusion, Metalic and Opacity Texture Maps according to the material.

-Props: Boards, Buckets, Frames, Barrels, Chairs, , Fireplaces, Tables, Beds, Horses, Doors, Windows, Lamps, Plates, Foliage, Structural Elements, Fruits, Horse, Pig, Rat etc. [Resolution 2048x] [Diffuse, Normal, Roughness, Opacity, AO, Metalic]

-Architecture: Ground, Walls, Ceilings, Roofs, Floors, Structures etc. [Resolution 2048x] [Diffuse, Normal, Roughness, Opacity, AO, Metalic]



Render Pipeline Disclaimer:


This package is designed for the HDRP pipeline it will not work on any other pipelines at the moment.

Near the gates and within two cities there will be scourges the like of which was never seen: famine within plague, people put out by steel, crying to the great immortal God for relief...

Dark Medieval Environment Megapack , comes with 341 Unique Static Meshes , Tileable and Trim Materials for Walls and Buildings. Landscape , Foliages , Fully Furnished Interiors and all Enterable Buildings.

Insane amount of customization possibilities .

Rigged Characters; 4 Characters ( 2 versions of Doctors / Male and Female NPC`s)

All hardwork done by an awesome Leartes Team.Do not miss the chance to add this masterpiece to your collection.

Note :if you buy this pack and email to support@leartesstudios.com , we send Stable Interior Environment for free !

If you have any support questions please send an email to support@leartesstudios.com

Here you can join Leartes Asset Platform Discord Server ( Cosmos ) to get discounts.



Price $159.99

Pages

Subscribe to Babel X3D aggregator