-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME.txt
82 lines (57 loc) · 2.85 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
UE4 Texture Merge Plugin
========================
v0.2.0
Created by Heiko Fink aka Cyx
Contents:
---------
I. Description
II. Requirements
III. Installation
IV. Greetings
V. LICENSE
VI. Third party copyrights and trademarks
I. Description
==============
This is the Unreal (R) Engine 4 plugin for texture merging based on UCanvasRenderTarget2D.
The plugin uses as a base the code published by DarthCoder here:
https://wiki.unrealengine.com/Texture_Merging_With_UCanvasRenderTarget2D
If you want to discuss the technical details you can use this forum thread:
https://forums.unrealengine.com/showthread.php?78902-Wiki-Texture-merging-with-UCanvasRenderTarget2D
II. Requirements
================
* Make sure that you have Unreal Engine 4.9.2 or newer installed.
III. Installation
=================
* Download the plugin under: https://github.com/Cyx69/TextureMergePlugin/releases
* Copy the ZIP File to your closed Unreal project and unpack it directly in the main folder
* You should see now a new directory "Plugins\TextureMerge"
* Launch Unreal Editor
* Under "Edit/Plugins/Project" you should see now a new plugin
IV. Greetings
=============
Special thanks to:
- DarthCoder for publishing the code on the wiki and
for giving me the permission to release his code part for free under the MIT license
- Benedikt Engelhard for sponsoring the plugin part
V. LICENSE
==========
The MIT License (MIT)
Copyright (c) 2015 Heiko Fink
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE
VI. Third party copyrights and trademarks
=========================================
Unreal (R) Engine is under the copyright of Epic Games, Inc.