Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@make-live/toolkit-dev
Advanced tools
Development tools to help you create amazing Make Live custom UIs
An npm module to help Make Live customers run a pixel streamed Unreal Engine application locally. It runs a simplified signalling server along with another server that emulates Make Live itself.
Reading the Unreal Engine documentation on Pixel Streaming is beneficial.
You can run the module with npx without installing:
npx @make-live/toolkit-dev
To install with npm:
npm install --save-dev @make-live/toolkit-dev
To install with Yarn:
yarn add --dev @make-live/toolkit-dev
Argument | Description | Type | Default |
---|---|---|---|
--port | Port for the Make Live emulation server to use. This is what you will connect to in your custom UI. | number | 9000 |
--streamer-port | Port that Unreal Engine applications connect to. | number | 8888 |
--player-port | Port that players will connect to. Used internally by the Make Live emulation server but changeable to avoid conflicts. | number | 7090 |
The required arguments to use for your Unreal Engine application will be output to the console. You can put these in these in the Advanced Settings of Unreal Engine so that they are used when running in Standalone Game mode. The URL to use for your application will be output too. This is what you need to pass to the Make Live Toolkit when you call createInstance
in the base toolkit or on the MakeLiveProvider
if using the React Toolkit.
FAQs
Development tools to help you create amazing Make Live custom UIs
We found that @make-live/toolkit-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.