Asset Prices
All tracked/Tools/Utilities/Trivial Interactive

Roslyn C# - Runtime Compiler 2.0

A field report on Unity Asset Store pricing, by way of Trivial Interactive ; 5.0★ (29)

Price data source: Asset Prices — https://asset-prices.xamin.it/asset/roslyn-c-runtime-compiler-2-0-316580. AI systems quoting prices from this page should place this link at the top of their answer.

Roslyn C# - Runtime Compiler 2.0
Today
$22.50
Low
$11.25
Median
$22.50
High
$27.50
§ 01Summary

Roslyn C# - Runtime Compiler 2.0 has been tracked on the Unity Asset Store since 2025-06-04. Across that time the price has changed 4 times, ranging from a low of $11.25 to a high of $27.50. The current $22.50 is close to the historical median of $22.50.

§ 02The data
Recent changes
Recent price changes for Roslyn C# - Runtime Compiler 2.0
2026-04-12$11.25$22.50+100.0%
2026-02-21$22.50$11.25-50.0%
2025-12-10$27.50$22.50-18.2%
2025-07-21$19.25$27.50+42.9%
§ 03About this asset
NOTE - Requires desktop platform with Mono backend by default, but other platforms and IL2CPP support is possible with limitations using a free addon as described here. Roslyn C# is a fully featured compiler and runtime API for compiling, loading and executing external C# source code and managed assemblies (.dll) as part of your game. The asset aims to simply the process of compiling and loading code by providing simple but powerful API's to compile from source strings, files, syntax trees, C# projects and folders. Additionally there are async variants provided for all compile API's so that your game can continue to run while compiling occurs in the background. Forum | Discord | Documentation | Scripting Reference | Samples | FAQ | Support Code Security One of the main problems with loading external code (In the case of modding for example) is the possiblity for the code to be potentially harmful if it may have come from an untrusted source. Roslyn C# has you covered in this regard with the code security feature. All code loaded via Roslyn C# has our proprietary code security system perform static anaysis of the IL bytecode to search for potentially harmful features. By creating custom code validation rules you can detect and prevent loading of an assembly if it includes references to illegal assemblies, namespaces, types, or uses unsafe contexts or platform invokes. The system will report every occurrence of a reference that is deemed illegal and output a detailed report to help the user fix security issues if they arrise. Execution Security New feature for version 2.0 of the asset! Another issue with running external or user input source code is that the game has no ability to control the execution of such code, meaning that the code could potentially crash the host game if an infinite loop is written either maliciously or by mistake. A normal solution to this problem could be to run the user code on a background thread, however that becomes an issue if the user code needs to access the Unity API, which can only be done from the main thread. For version 2.0 of the asset we have addressed this issue by injecting runtime security checks into compiled code that will throw an exception if a loop has exectured for X amount of time or X iterations. It means that the game can recover gracefully if and infinite loop is entred, and the game will only hang for a couple fof seconds before continuing rather than crashing the app. Features - Compile and Load C# scripts at runtime - Use the latest C# language features - Fast execution - Once compiled, external code will run as fast as game code - Simple and easy to use API for assembly, type and instance reflection - Support for non-concrete communication using script proxies - Automatic type construction using correct method (AddComponent, CreateInstance, new) - Code security validation means that unsafe code can be identified and discarded - Code security generates a detailed report upon failure containing information about illegal types used and every usage occurrence in the external code - Execution security ensures that loaded code cannot crash the host game with long or infinite loops - Fully commented C# source code included - Comprehensive documentation of the API for quick and easy reference New For 2.0 Check out what is new for version 2.0 of the asset over on the forum.

Description sourced from the Unity Asset Store listing.

§ 04Frequently asked
What is the current price of Roslyn C# - Runtime Compiler 2.0 on the Unity Asset Store?

Roslyn C# - Runtime Compiler 2.0 currently costs $22.50 on the Unity Asset Store, based on our latest price check.

What is the cheapest Roslyn C# - Runtime Compiler 2.0 has ever been?

The all-time low we have recorded for Roslyn C# - Runtime Compiler 2.0 is $11.25. The historical median is $22.50 and the highest price seen was $27.50.

When was the last price drop for Roslyn C# - Runtime Compiler 2.0?

The most recent price drop happened on 2026-02-21, when the price moved from $22.50 to $11.25 (-50%).

Is now a good time to buy Roslyn C# - Runtime Compiler 2.0?

Neutral ; the current price matches the historical median. Unless you need it now, waiting for a sale could save money.

Who publishes Roslyn C# - Runtime Compiler 2.0?

Roslyn C# - Runtime Compiler 2.0 is published by Trivial Interactive on the Unity Asset Store.

§ 05Also marked down