Skip to content

Commit bb2f38d

Browse files
authored
Update README.md
1 parent fbc97f2 commit bb2f38d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Funny snippets for working with StaticMesh and SkeletalMesh assets: https://gith
1010

1111
More tutorials: https://github.com/20tab/UnrealEnginePython/tree/master/tutorials
1212

13+
# Project Status (IMPORTANT)
14+
15+
Currently (as march 2020) the project is basically dead: between 2016 and 2018 20tab invested lot of resources in it but unfortunately epic (during 2018) decided to suddenly release its own implementation and the request made for a megagrant in 2019 by the original plugin author was rejected too.
16+
17+
Albeit this plugin (still) has way more features than the Epic one, this is not enough to allow 20tab to continue investing in it.
18+
19+
If you are interested in game logic scripting/modding in Unreal Engine 4 consider giving a look at the LuaMachine project (https://github.com/rdeioris/LuaMachine/).
20+
21+
The plugin should work up to unreal engine version 4.23 and there are forks/pull requests for 4.24. Since 4.25 Epic refactored the UProperty subsystem, so if you want to port the plugin to a version >= 4.25 you should make a lot of search & replace (basically renaming UProperty to FProperty and Cast to CastField should be enough)
22+
1323
# How and Why ?
1424

1525
This is a plugin embedding a whole Python VM (versions 3.x [the default and suggested one] and 2.7) In Unreal Engine 4 (both the editor and runtime).

0 commit comments

Comments
 (0)