Freedom Script
GoodCarma.net
$19.95
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
14.95 |
01/26(2021) |
19.95 |
12/13(2021) |
9.98 |
01/12(2022) |
19.95 |
11/01(2024) |
19.95 |
Jump AssetStore
Take creative control or allow creative control. It is your choice. Freedom to do it your way. Freedom Script is here!
Freedom Script is a macro or scripting language much like Lua or Unreal Script.
Freedom Script unlike those other products allows you the game developer to create custom language extensions. You define the language dynamically. Don't force yourself or your users to use scripting languages that are molded or 'Translated' to work with Unity. In Freedom Script the keywords you define directly call a function in your unity scripts! Define as many or as little as you want.Get simplicity, speed and Freedom!
Free Demo is online Try it Here!
The Freedom Script language is a simple "basic like" language giving you the power of "heavy" languages but with easy to understand syntax.
The FS interpreter allows the program author to define the keyword syntax that loops back to interact with Unity. You create the language!
Get a virtual scripting environment up and running with as little as 4 lines of code! Now start creating your language!
It is that easy!
-create scripts that drive your Ai
-create scripts for dynamic level setup
-enable modding for your unity applicationAll driven by external scriptsNo need to patch or rebuild your project
Freedom Script uses basic common structure allowing you to just define “Game” functions.
FS supported language structures:
-Global and local variables
-User defined Functions that can return values, locally in your script or from your unity game
-If then else decision structures
-Looping structures such as
--For next loops
--While do loops
-Common text handling and math functions.
The FS language can even be changed at runtime. This allows scripts to expose different language elements to the script author dynamically.
Freedom Script is simple to embed in your project. Just three scripting objects will unlock complete scripting freedom.
Visit our website www.GoodCarma.net for quick start guides and examples.