Search found 3 matches

by psycheer
Sat May 30, 2026 5:43 pm
Forum: Intrigues for Unity
Topic: [Intrigues] Newbie found a bug 1.0.62h
Replies: 3
Views: 3963

Re: [Intrigues] Newbie found a bug 1.0.62h

Hopefully, we get an update of core fixing this.

And de-bot-ification of these forums
by psycheer
Tue Jan 20, 2026 6:44 pm
Forum: Intrigues for Unity
Topic: [Intrigues] Newbie found a bug 1.0.62h
Replies: 3
Views: 3963

Re: [Intrigues] Newbie found a bug 1.0.62h

I've managed to fix these errors

CultureNode.cs


private bool openPicker = false; // 1. add this

int currentPickerWindow = GUIUtility.GetControlID(FocusType.Passive) + 100; //2. remove this

icon.RegisterCallback<MouseDownEvent>(evt =>
{
if (evt.button != 0) return;
openPicker = true ...
by psycheer
Fri Dec 26, 2025 10:12 pm
Forum: Intrigues for Unity
Topic: [Intrigues] Newbie found a bug 1.0.62h
Replies: 3
Views: 3963

[Intrigues] Newbie found a bug 1.0.62h

Hey there! As said in Subject, I'm new to this asset.

I like the videos, how it could look like etc but I have some problems with it.

On a fresh installation I've gotten this
https://imgur.com/a/z0qJFY1
after clicking on "New Culture"

So I cannot complete video tutorial as this is first step in ...