Search found 32 matches

by valqorr
Mon Aug 05, 2024 6:21 pm
Forum: Intrigues for Unity
Topic: Update Announcement: Intrigues Version 1.0.5d
Replies: 0
Views: 32695

Update Announcement: Intrigues Version 1.0.5d

We've just released a minor update for Intrigues, version 1.0.5d. This update includes:

Minor Bug Fixes
Performance Improvements

Newly Added Documentation:


SetVariable (Clan)
GetVariable (Clan)
SetVariable (Family)
GetVariable (Family)
Set [Clan] Variable Node
Get [Clan ...
by valqorr
Fri Jul 26, 2024 6:58 am
Forum: Intrigues for Unity
Topic: Update Announcement: Intrigues Version 1.0.5c
Replies: 0
Views: 34720

Update Announcement: Intrigues Version 1.0.5c

We've just released a minor update for Intrigues, version 1.0.5c. This update includes:


Minor Bug Fixes: Various small issues have been resolved.
New Feature: You can now create custom variables for families and clans.
Performance Improvements: Enhancements have been made for a smoother ...
by valqorr
Fri Jun 28, 2024 8:26 am
Forum: Intrigues for Unity
Topic: Starting from scratch
Replies: 1
Views: 16823

Re: Starting from scratch

Hi Gabi,

Thank you for reaching out and for your kind words about Intrigues. I'm glad to hear you're enjoying it!

Regarding tutorials, there is a series on YouTube where I demonstrate how to set up Intrigues from scratch for a new project. Have you had a chance to check it out?

Link: YouTube ...
by valqorr
Wed May 22, 2024 10:08 am
Forum: Intrigues for Unity
Topic: Update Announcement: Intrigues Version 1.0.5b Hotfix
Replies: 0
Views: 32197

Update Announcement: Intrigues Version 1.0.5b Hotfix

We've just released a hotfix for Intrigues, version 1.0.5b, which addresses:

Minor Bug Fixes: Various small issues have been resolved to enhance stability and performance.
Please ensure you update to this latest version to continue enjoying a smoother experience with Intrigues.

The 1.0.5b ...
by valqorr
Fri Apr 12, 2024 4:23 pm
Forum: Intrigues for Unity
Topic: Update Announcement: Intrigues Version 1.0.5a Hotfix
Replies: 0
Views: 30746

Update Announcement: Intrigues Version 1.0.5a Hotfix

We've just released a hotfix for Intrigues, version 1.0.5a, addressing a critical issue:
  • Fixed a bug in the political system that was identified recently.
by valqorr
Wed Apr 10, 2024 8:37 am
Forum: Intrigues for Unity
Topic: Any ETA on new video's
Replies: 5
Views: 12739

Re: Any ETA on new video's

The 1.0.5 version has been submitted and will be available once approved by Unity. Work on the new tutorial videos has also begun.
by valqorr
Wed Mar 27, 2024 5:29 am
Forum: Intrigues for Unity
Topic: Any ETA on new video's
Replies: 5
Views: 12739

Re: Any ETA on new video's

Hello there,

Thank you for reaching out and for your interest in our upcoming videos! The new videos we are planning to add will primarily focus on introducing new features. With that in mind, our goal is to start releasing these videos sequentially right after the launch of version 1.0.5 , which ...
by valqorr
Sun Mar 03, 2024 12:57 pm
Forum: Intrigues for Unity
Topic: Update Announcement: Intrigues Version 1.0.4c
Replies: 0
Views: 31077

Update Announcement: Intrigues Version 1.0.4c

We're excited to announce the release of the Intrigues 1.0.4c update! This update brings a host of improvements and new features, aiming to enhance your experience and expand the toolkit's capabilities. Here's what's new:



Fixed a bug in the ' Wait Until ' Node.
Introduced the ' Key Handler ...
by valqorr
Wed Feb 28, 2024 10:19 pm
Forum: Intrigues for Unity
Topic: User control - mouse wheel zoom in and out
Replies: 11
Views: 25578

Re: User control - mouse wheel zoom in and out

It looks like there's a bit of confusion in how you're attempting to disable the component using UnityEvent . Dragging the script file directly into the UnityEvent field targets the script as an asset, not as an instance of the component running on a game object in your scene. UnityEvents require ...
by valqorr
Wed Feb 28, 2024 12:55 pm
Forum: Intrigues for Unity
Topic: User control - mouse wheel zoom in and out
Replies: 11
Views: 25578

Re: User control - mouse wheel zoom in and out

PanAndZoom is the camera movement script I used in the Intrigues demo. You should disable the camera movement script you are currently using in your project. If you're still having trouble, I'll obtain the Adventure Creator asset to take a closer look and come up with a definitive solution for you ...