1.0.0 • Published 3 years ago

com.deltatimer.moq4-unity v1.0.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 years ago

Moq4 for Unity

Necessary Moq4 dlls for Unity.

Just for conveniently import and without any modification.

How to Install?

Open \<project-path>/Packages/manifest.json. Add the npm registry with the scope com.deltatimer, then add the package into the dependency list.

{
  "scopedRegistries": [
    {
      "name": "NPM Registry",
      "url": "https://registry.npmjs.org/",
      "scopes": [
	    "com.deltatimer"
	  ]
    },
	// Other registries
  ],
  "dependencies": {
    "com.deltatimer.moq4-unity": "1.0.0",
    // Other packages
  }
}
1.0.0

3 years ago