You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|\*.png | File name must contain !number at the end to define Sprite.pixelsPerUnit Value| File must contains a metadata pair **(Key: meaTexType, Value: sprite!{number to define Sprite.pixelsPerUnit Value})**. | UnityEngine.Sprite |
22
-
|\*.png | File name must contain !c at the end to differentiate it from other \*.png files | File must contains a metadata pair **(Key: meaTexType, Value: cubemap)**| UnityEngine.Cubemap |
23
-
|\*.png | File name must contain !sheet at the end to differentiate it from other \*.png files and also requires a [json file](https://sites.google.com/view/mea-docs/main/useful-information/loading-sprite-sheets)| File must contains a metadata pair **(Key: meaTexType, Value: sheet)**. Could use a separate json file or another metadata pair. Please [visit docs (step 5)](https://sites.google.com/view/mea-docs/main/useful-information/loading-sprite-sheets) for more information | Blayms.MEA.SpriteSheetMEA |
20
+
|\*.png | File name must contain !number at the end to define Sprite.pixelsPerUnit value.| File must contain a metadata pair **(Key: meaTexType, Value: sprite!{number to define Sprite.pixelsPerUnit value})**. | UnityEngine.Sprite |
21
+
|\*.png | File name must contain !c at the end to differentiate it from other \*.png files.| File must contain a metadata pair **(Key: meaTexType, Value: cubemap)**.| UnityEngine.Cubemap |
22
+
|\*.png | File name must contain !sheet at the end to differentiate it from other \*.png files and must also include a [JSON file](https://sites.google.com/view/mea-docs/main/useful-information/loading-sprite-sheets).| File must contain a metadata pair **(Key: meaTexType, Value: sheet)**. It can use a separate JSON file or another metadata pair. Please [visit docs (step 5)](https://sites.google.com/view/mea-docs/main/useful-information/loading-sprite-sheets) for more information.| Blayms.MEA.SpriteSheetMEA |
24
23
|\*.wav | None | None | UnityEngine.AudioClip |
25
24
|\*.obj | None | None | UnityEngine.Mesh |
26
-
|\*.json |[Referencing DLLs](https://sites.google.com/view/mea-docs/main/useful-information/json-tutorial)|[Referencing DLLs](https://sites.google.com/view/mea-docs/main/useful-information/json-tutorial)| Any _deserializable_|
25
+
|\*.json |[Referencing DLLs](https://sites.google.com/view/mea-docs/main/useful-information/json-tutorial)|[Referencing DLLs](https://sites.google.com/view/mea-docs/main/useful-information/json-tutorial)| Any deserializable type|
27
26
|\*.txt or \*.text | None | None | System.String |
0 commit comments