All Projects → favoyang → Unity Addressable Importer

favoyang / Unity Addressable Importer

Licence: mit
A rule based addressable asset importer

Labels

Projects that are alternatives of or similar to Unity Addressable Importer

Tork
Arcade vehicle physics for Unity
Stars: ✭ 256 (-6.23%)
Mutual labels:  unity
Unity Builder
Build Unity projects for different platforms
Stars: ✭ 258 (-5.49%)
Mutual labels:  unity
Terrain Topology Algorithms
Terrain topology algorithms in Unity
Stars: ✭ 266 (-2.56%)
Mutual labels:  unity
Egameplay
一个基于Entity-Component模式的灵活、通用的战斗(技能)框架,配置可选使用ScriptableObject或是Excel表格
Stars: ✭ 239 (-12.45%)
Mutual labels:  unity
Cloner
An example of use of procedural instancing.
Stars: ✭ 260 (-4.76%)
Mutual labels:  unity
Marching Cubes
Marching cubes in Unity
Stars: ✭ 263 (-3.66%)
Mutual labels:  unity
Urp Psx
PSX retro graphics plugin for URP with Shadergraph in Unity
Stars: ✭ 251 (-8.06%)
Mutual labels:  unity
Machinelearningroguelike
A small Roguelike game that uses Machine Learning to power its entities. Originally used in talks by Ciro & Alessia.
Stars: ✭ 270 (-1.1%)
Mutual labels:  unity
Unitynuget
Provides a service to install NuGet packages into a Unity project via the Unity Package Manager
Stars: ✭ 257 (-5.86%)
Mutual labels:  unity
Hull Delaunay Voronoi
Hull, Delaunay and Voronoi algorithms in Unity
Stars: ✭ 264 (-3.3%)
Mutual labels:  unity
Viveinpututility Unity
A toolkit that helps developing/prototyping VR apps.
Stars: ✭ 256 (-6.23%)
Mutual labels:  unity
Projectileshooting
Project demonstrating in Unity how to fire a projectile at a target by either specifying its initial velocity or initial angle. Also draws out the projectile's expected trajectory.
Stars: ✭ 260 (-4.76%)
Mutual labels:  unity
Unityurp Mobilescreenspaceplanarreflection
Reusable RendererFeature of MobileScreenSpacePlanarReflection
Stars: ✭ 260 (-4.76%)
Mutual labels:  unity
Deform Prototype
A prototyped framework for deforming meshes in the editor and at runtime in Unity. Not in development anymore, but it's still pretty awesome!
Stars: ✭ 256 (-6.23%)
Mutual labels:  unity
Nodebaseddialoguesystem
Node Based Dialogue System for Unity
Stars: ✭ 269 (-1.47%)
Mutual labels:  unity
Matchthreegame
A match-3 game in Unity (like Candy Crush and Bejeweled)
Stars: ✭ 255 (-6.59%)
Mutual labels:  unity
Riru Il2cppdumper
Using Riru to dump il2cpp data at runtime
Stars: ✭ 259 (-5.13%)
Mutual labels:  unity
Com.unity.webrtc
WebRTC package for Unity
Stars: ✭ 271 (-0.73%)
Mutual labels:  unity
Uieffect
UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
Stars: ✭ 3,449 (+1163.37%)
Mutual labels:  unity
Recyclable Scroll Rect
Recyclable Scroll Rect reuses or recycles the least number of cells required to fill the viewport. As a result a huge number of items can be shown in the list without any performance hit.
Stars: ✭ 262 (-4.03%)
Mutual labels:  unity

logo

Unity Addressable Importer

A simple rule-based addressable asset importer. The importer marks assets as addressable, by applying to files having a path matching the rule pattern.

Table of Contents

Install Package

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.littlebigfun.addressable-importer

Install via Git URL

Open Packages/manifest.json with your favorite text editor. Add the following line to the dependencies block.

{
    "dependencies": {
        "com.littlebigfun.addressable-importer": "https://github.com/favoyang/unity-addressable-importer.git"
    }
}

Notice: Unity Package Manager records the current commit to a lock entry of the manifest.json. To update to the latest version, change the hash value manually or remove the lock entry to resolve the package.

"lock": {
  "com.littlebigfun.addressable-importer": {
    "revision": "master",
    "hash": "..."
  }
}

How to Use

See usage

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Favo Yang

💻

AlkisFortuneFish

💻

Danilo Nishimura

💻

K-Dark

💻

caochao

💻

Haruki Yano

💻

Edwin Lyons

💻

Mefodei

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Media

Icons made by Freepik from flaticon.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].