
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
github.com/unity-technologies/graphics
The Scriptable Render Pipeline (SRP) is a Unity feature designed to give artists and developers the tools they need to create modern, high-fidelity graphics in Unity. Unity provides two pre-built Scriptable Render Pipelines:
Unity is committed to an open and transparent development process for SRP and the pre-built Render Pipelines. This means that you can browse this repository to see what features are currently in development.
For more information about the packages in this repository, see the following:
Release branches are defined as follows:
If you need to find if a specific changeset is included in a specific Unity version, you can search tags for the Unity version.
You can download and install the packages of this repositories on your Unity project and modify the package source code. You can do that by one of the following methods:
Packages
folder in your Unity project.Make sure you have Git LFS extension installed as that's required.
After you clone the repository, open your console application of choice in the Graphics folder and run the following console command:
\> git checkout v10.7.0 (or the latest tag)
Open your console application of choice and run the following console commands:
\> cd <Path to your Unity project>
\> git clone https://github.com/Unity-Technologies/Graphics
\> cd Graphics
\> git checkout v10.7.0 (or the latest tag)
Unity provides sample Scenes to use with SRP. You can find these Scenes in the Graphics GitHub repository. To add the Scenes to your Project, clone the repository into your Project's Assets folder.
On Unity 2020.3 LTS and below, the packages in this repository were not Core packages. Instead they were regular packages and different versions could be installed to different versions of Unity. The compatibility of Unity versions and package versions were as follows:
The above list is a guideline for major versions of SRP, but there are often multiple minor versions that you can use for a certain version of Unity. To determine which minor versions of SRP you can use:
After you decide which version of SRP to use:
FAQs
Unknown package
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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.