Skip to content

Commit

Permalink
Merge pull request #16 from leapmotion/feat-add-changelog-and-update-…
Browse files Browse the repository at this point in the history
…plugin-submodule-pointer

Feat add changelog and update plugin submodule pointer
  • Loading branch information
MaxPalmer-UH authored Dec 3, 2020
2 parents f35a1b6 + 190d3a4 commit 5e127ba
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 10 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
LeapUnrealModules - Change Log
===============================

Versions

### Version 0.3.9
* Updated to work with Unreal Engine V4.25 and latest release of the LeapUnreal plugin (V3.6.0)
* UNREAL-56 Fixed LiveLink compilation issue related to AnimGraphNode_LiveLinkPose_043E904945C258D1A611D5968D234F1A'. Unknown structure
* UNREAL-73 Updated copyright notices
* Added an empty class to force plugin recompilation

### Known Issues and Workarounds

* UNREAL-52 If you run a packaged application with the VRPickupDrop level set as the start up level then head tracking seems to break. This appears to be associated with the physics hands prefab. As a workaround: if you place a leap hands pawn into the same level at the same position then everything works as expected. Although there is a suspicion that both the physics and leap hands are tracking and updating a mesh concurrently.

---

Copyright © 2012-2020 Ultraleap Ltd. All rights reserved.

Use of the Leap Motion SDK is subject to the terms of the Leap Motion SDK Agreement available at https://developer.leapmotion.com/sdk_agreement, or another agreement between Ultraleap Ltd. and you, your company or other organization.
5 changes: 5 additions & 0 deletions Config/DefaultGame.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=AE7B225D487805860054E28460242BA6
CompanyName=Ultraleap
CopyrightNotice="// Copyright 1998-2020 Epic Games, Inc. All Rights Reserved."
Homepage="https://www.ultraleap.com/"
SupportContact[email protected]

4 changes: 2 additions & 2 deletions Content/Modules/Debug/TrackingTestbed.umap
Git LFS file not shown
2 changes: 1 addition & 1 deletion Plugins/LeapUnreal
2 changes: 1 addition & 1 deletion Source/LeapModules.Target.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Fill out your copyright notice in the Description page of Project Settings.
// Copyright 1998-2020 Epic Games, Inc. All Rights Reserved.

using UnrealBuildTool;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/LeapModules/ForcePluginCompilationEmptyClass.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Fill out your copyright notice in the Description page of Project Settings.
// Copyright 1998-2020 Epic Games, Inc. All Rights Reserved.


#include "ForcePluginCompilationEmptyClass.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/LeapModules/ForcePluginCompilationEmptyClass.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Fill out your copyright notice in the Description page of Project Settings.
// Copyright 1998-2020 Epic Games, Inc. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/LeapModules/LeapModules.Build.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Fill out your copyright notice in the Description page of Project Settings.
// Copyright 1998-2020 Epic Games, Inc. All Rights Reserved.

using UnrealBuildTool;

Expand Down
2 changes: 1 addition & 1 deletion Source/LeapModules/LeapModules.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Fill out your copyright notice in the Description page of Project Settings.
// Copyright 1998-2020 Epic Games, Inc. All Rights Reserved.

#include "LeapModules.h"
#include "Modules/ModuleManager.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/LeapModules/LeapModules.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Fill out your copyright notice in the Description page of Project Settings.
// Copyright 1998-2020 Epic Games, Inc. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/LeapModulesEditor.Target.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Fill out your copyright notice in the Description page of Project Settings.
// Copyright 1998-2020 Epic Games, Inc. All Rights Reserved.

using UnrealBuildTool;
using System.Collections.Generic;
Expand Down

0 comments on commit 5e127ba

Please sign in to comment.