Skip to content

Commit

Permalink
Merge branch '5.1_dev' into 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlicekdominik committed Mar 29, 2023
2 parents 4563c93 + 3788fd6 commit bdd4979
Show file tree
Hide file tree
Showing 27 changed files with 292 additions and 259 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@ Plugins/*/Intermediate/*

# Cache files for the editor to use
DerivedDataCache/*

# Visual Studio
.vscode/*
.idea/*
Config/UpdateConfig.ini
2 changes: 1 addition & 1 deletion ActorInteractionPlugin.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "3.0.1.2",
"VersionName": "3.0.1.5",
"FriendlyName": "Actor Interaction Plugin",
"Description": "Actor Interaction Plugin is an Open-source Mountea Framework components-based simple framework providing utilities for smart Actor Interaction with other Actors. Developed with Game Developers in mind to allow as easy as possible implementation while maintaining high scalability and diverse options to tweak everything.",
"Category": "Mountea Framework",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/UMG/NewExamples/WBP_InteractableWidget01.uasset
Binary file not shown.
Binary file modified Content/UMG/NewExamples/WBP_InteractableWidget02.uasset
Binary file not shown.
Binary file modified Content/UMG/NewExamples/WBP_InteractableWidget03.uasset
Binary file not shown.
Binary file modified Content/UMG/NewExamples/WBP_InteractableWidget04.uasset
Binary file not shown.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ The things you need before running this plugin.
Download the plugin (either from Releases or from Marketplace). For more detailed guide take a look at Wiki page.

1. Download the branch release you are interested in
2. Instal the plugin to your Game Project (within /Plugin folder)

2. Install the plugin to your Game Project (within /Plugin folder)

## Usage

A best way to describe the usage is to take a look or play the demo build.
A best way to describe the usage is to take a look at video showcase or play the demo build.
* Video: https://youtu.be/OCCcxqhCBkY
* Build: https://drive.google.com/drive/u/1/folders/1AhKcrNtkHOD7D8MU5CzvJpjbR9l_Vi1p
* Build: https://drive.google.com/file/d/1u7Ur9K5ipMTa3VuXbaYGWZ_OJSn_-fPw/

### Branches

Expand Down
Loading

0 comments on commit bdd4979

Please sign in to comment.