Skip to content

Commit

Permalink
Plugin Enable Fix for UE4.14 and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyx69 committed Nov 18, 2016
1 parent 1cd0466 commit 0e6c177
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
List of changes:
================
v0.5.2
- Plugin Enable Fix for UE4.14

v0.5.1
- Compile Fixes for UE4.13

Expand Down
8 changes: 4 additions & 4 deletions Config/DefaultGame.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=7690439A42BBCD077CE2D0B53F0CB8E5
ProjectName=Third Person Neuron Template
ProjectVersion=0.4.0
ProjectVersion=0.5.2
Description=Third Person Template for Perception Neuron Motion Capture Suit
CopyrightNotice=Copyright by Heiko Fink aka Cyx
LicensingTerms=MIT license
ProjectDisplayedTitle=Third Person C++ Neuron Template
CompanyName=Heiko Fink
Homepage=http://blogofcyx.blogspot.de/
SupportContact=hfink@web.de
CompanyName=Engineering Office Fink, Heiko Fink
Homepage="https://www.eofink.de"
SupportContact=hfink@eofink.de

[/Script/UnrealEd.ProjectPackagingSettings]
BuildConfiguration=PPBC_Development
Expand Down
3 changes: 3 additions & 0 deletions Plugins/PerceptionNeuron/Changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
List of changes:
================
v0.3.2
- Plugin Enable Fix for UE4.14

v0.3.1
- Compile Fixes for UE4.13

Expand Down
6 changes: 3 additions & 3 deletions Plugins/PerceptionNeuron/PerceptionNeuron.uplugin
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.3.1",
"VersionName": "0.3.2",
"FriendlyName": "PerceptionNeuron",
"Description": "Unofficial Plugin for Perception Neuron (TM) motion capture suit.",
"Category": "Other",
"CreatedBy": "Heiko Fink aka Cyx",
"CreatedByURL": "http://blogofcyx.blogspot.de/",
"CreatedByURL": "https://www.eofink.de",
"DocsURL": "https://github.com/Cyx69/TP_ThirdPersonNeuron",
"MarketplaceURL": "",
"SupportURL": "https://forums.unrealengine.com/showthread.php?85318-Perception-Neuron-Template&p=384125",
Expand All @@ -17,7 +17,7 @@
"LoadingPhase": "Default"
}
],
"EnabledByDefault": false,
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false
Expand Down
2 changes: 1 addition & 1 deletion Plugins/PerceptionNeuron/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
UE4 Perception Neuron Plugin
============================

v0.3.1
v0.3.2

Created by Heiko Fink aka Cyx

Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
UE4 First Person CPP Neuron Template
====================================

v0.5.1
v0.5.2

Created by Heiko Fink aka Cyx

Expand Down

0 comments on commit 0e6c177

Please sign in to comment.