-
Since the UPM target is not really Unity-specific (and is going to be used for Unreal package publishing as well), we could find a more fitting name? The script basically gets a zip file and overwrite…
-
So some packages, such as `py-ulid`, have a different name from the imported module, in this case `import ulid`, or as usually done, `from ulid import ULID`.
If you import with Repl.it, then the fi…
-
@pcosgrave Why did you stop maintaining the public repo when this became a package? It was really useful to have this insight into the package. It's almost the worst time to stop given that UPM has gi…
-
Hey. I got this off UPM. Great work, solved the problems I was having with Infinite Scroll.
My use case is that I want to keep things visible and untouched until a rolling animation goes through a…
AKJ1 updated
3 months ago
-
Using Unity 2021.3.3f1 the package doenst install via the package manager with the following error:
[Package Manager Window] Cannot perform upm operation: Unable to add package [https://github.com…
-
```
PS E:\workspace\Python> fontmake -u ufo2.ufo -o otf --verbose DEBUG
DEBUG:fontmake.font_project:ufoLib UFO validation is disabled
INFO:fontmake.font_project:Building OTF for MinecraftUnicode-N…
-
FYI I had to make a few changes to get this working in the latest Unity
1) Accessibility appears deprecated. I needed to remove this package
2) TextMeshPro doesn't work properly. I needed to remov…
-
**Describe the bug**
When installed via Package Manager (OpenUPM repo), there are errors from the plugin because some .meta files are missing from the package.
**To Reproduce**
Steps to reprodu…
-
Maybe it would be possible to unify this project with [OpenUpm](https://openupm.com/). I'd love to have one tool that would manage all of a Unity projects dependencies, both the Unity version itself a…
-
In the scenario that we want to develop package while also make it work directly in other project. I think UPMgit should have an option to actually cloning the git repo into some local folder and add …