Haven’t heard anything from him recently, so I don’t know what’s up. If anyone wants the zip send me an e-mail at @gmail.com and I’ll reply with it attached. Just extract the zipped folder to your <UnrealEngine>/Engine/Plugins/Runtime directory and rebuild.
I’ll start sending them out after i get home from work.
hmm, trying to compile with 4.4.2 Getting an Error:
Setting up Unreal Engine 4 project files…
UnrealBuildTool Exception: ERROR: Not expecting to find a module with no
corresponding .uplugin file. File ‘D:\UE_sorce\UnrealEngine-4.4\Engine\Plugins
Runtime\TextureMoviePlugin-master\Plugins\Plugins.uplugin’ doesn’t exist
GenerateProjectFiles ERROR: UnrealBuildTool was unable to generate project files
.
The release of v1.0 of the Media Framework will be in 4.5. If you want to take a sneak peek, you can get the latest code from . Currently, only Windows is supported - we are still working on MacOS, iOS and Android support. Hopefully, those will make it in for 4.5 as well, but not sure yet. It’s getting tight
I think some files got added that shouldn’t be there and the structure broken a bit. I’m trying a build with a zip from and writing some steps to get it working.
Go back to your root <Unreal Engine Source Directory> and run GenerateProjectFiles.bat.
Build the binaries using the generated .sln.
Go to <Unreal Engine Source Directory>/Engine/Binaries/Win64 and run UnrealVersionSelector.exe and say Yes.
Go to your game’s directory with its .uproject.
Right click on the .uproject and select “switch unreal engine versions”.
Choose the option in the dropdown list that is Source Build at <Unreal Engine Source Directory>.
Build your game binaries using the generated .sln in your .uproject directory.
You should be able to run it now.
If you get engine build errors still, try deleting <Unreal Engine Source Directory>/Engine/Intermediate, running the GenerateProjectFiles.bat again and try building.
OK, I`ve built my version of the engine from the master branch and movie textures are working fine in the Editor, but as soon as I Play in Standalone mode, or actually Package the Project, the plane with my movie remains grey!
Is there something I need to do in order to have it package correctly?
Do you get any errors in your log file? Was there any warnings during packaging? I can try testing at some point, but will have to get a new version of v4.4. Mine is too heavily modified at the moment.
Thanks for getting back to me! There are a few errors, but nothing I could directly relate to the issue, except for those:
“LogPluginManager:Error: Failed to read file. Comma token expected, but not found. Line: 22 Ch: 3” - but no info what file this references
I just took a blank First Person BP template and added a Plane with a Movie Texture, nothing more.
Log File is attached, in Case you can make sense of it (and have the time for it).
Thanks!
(I had to pack the file into a ZIP and rename iut to txt to upload it! Sorry for the inconvenience)
This might be a dumb question, but where do I find this map? Is it in the official current Content Examples? (I’m on a super slow internet connection, so it will take me a few hours to download those).
I have downloaded the Content examples through the Launcher (only available for 4.4.2) - there is no TestMaps folder. I have also downloaded the master branch zip for today and the 2 required files and recompiled the engine and checked all the folders. Where would I find the ContentExamples download that includes a TestMaps folder?