mob-sakai / SoftMaskForUGUI

Enhance Unity UI (uGUI) with advanced soft-masking features to create more visually appealing effects!
https://github.com/mob-sakai/SoftMaskForUGUI
MIT License
1.97k stars 261 forks source link

UPM issue #102

Closed ChanUkLee closed 3 years ago

ChanUkLee commented 3 years ago

Asset Packages/com.coffee.softmask-for-ugui/Samples has no meta file, but it's in an immutable folder. The asset will be ignored.

Environment (please complete the following information):

mob-sakai commented 3 years ago

@ChanUkLee Do you use a path query in package url? "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git?path=Packages/SoftMaskForUGUI#develop",

Try deleting the path query: "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git",

ChanUkLee commented 3 years ago

@mob-sakai I'm using openupm. openupm add com.coffee.softmask-for-ugui

This is my manifest.json. { "dependencies": { ... "com.coffee.softmask-for-ugui": "1.0.0-preview.9" ... }, "scopedRegistries": [ { "name": "package.openupm.com", "url": "https://package.openupm.com", "scopes": [ "com.coffee.softmask-for-ugui", "com.openupm" ] } ] }

Also, i can find "Samples" directory without meta file in package dir.

mob-sakai commented 3 years ago

@ChanUkLee Thanks for the reply. I've created an issue on OpeUPM. https://github.com/openupm/openupm/issues/1315

Until this issue is resolved, please use a git-based url instead: "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git",

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.0.0-preview.10 :tada:

The release is available on:

Your semantic-release bot :package::rocket: