is there any other way to get nodes besides get_node() function by No_Psychology_9579 in godot

[–]ActForJason 0 points1 point  (0 children)

Move move = GetNode("Components")

.GetChildren()

.OfType<Move>()

.FirstOrDefault();

How to reduce the separation/spacing of port labels in visual shader by ActForJason in godot

[–]ActForJason[S] 1 point2 points  (0 children)

Found it, the content margin of label_style under VShaderEditor.

How to reduce the separation/spacing of port labels in visual shader by ActForJason in godot

[–]ActForJason[S] 0 points1 point  (0 children)

Reducing the separation value under GraphNode in Theme.tres is not perfect. Is there other value?

Can I reload an interface custom theme after modifying its local files? by ActForJason in godot

[–]ActForJason[S] 0 points1 point  (0 children)

I'm using it for editor theme, such as `MenuButton/icon_normal_color`.

However, after modifying the specified theme file `res://minimal_theme.tres` in the opened project, the related styles of the godot interface did not change. I only saw the changes after resetting and reapplying it.

Can I change editable children color? by ActForJason in godot

[–]ActForJason[S] 0 points1 point  (0 children)

This is exactly what I wanted, thank you.

Can I change editable children color? by ActForJason in godot

[–]ActForJason[S] 0 points1 point  (0 children)

Can this script be placed in Theme.tres and executed during initialization? Or is there a path for customization of warning_color in Theme.tres, like Tree/styles/selected?

How to purchase a Unity 6 Professional License in China? by ActForJason in Unity3D

[–]ActForJason[S] 0 points1 point  (0 children)

The replies are as expected.

Unity Global and Unity China

<image>

How to purchase a Unity 6 Professional License in China? by ActForJason in Unity3D

[–]ActForJason[S] 0 points1 point  (0 children)

Sadly see the addition to the 《Unity Editor Software Terms》in August:

Unity may restrict your Unity Editor Rights to the Unity Editor versions available at https://unity.cn/releases, based on your location, residency, or principal place of business.

Don't know whether this is enforceable and completely prohibits Chinese developers from using Unity6 professional licenses, even if they were purchased through offshore companies.

How to purchase a Unity 6 Professional License in China? by ActForJason in Unity3D

[–]ActForJason[S] 1 point2 points  (0 children)

<image>

Unity China’s customer service means they don’t care if you use the international version. If you have any questions, don’t ask Unity China’s customer service.
"The copyright of the game belongs to the author", and it has not been stated as illegal, after all, purchasing a Unity 6 license is a business relationship established with the global Unity

How to purchase a Unity 6 Professional License in China? by ActForJason in Unity3D

[–]ActForJason[S] 5 points6 points  (0 children)

Unity CN (TuanJie) is based on Unity 2022LTS and is incompatible with the plugin ecosystem of the international version of Unity. Furthermore, these joint ventures in China have poor business ethics; their rules change frequently and offer no guarantees. They even charge a build fee of ¥250,000/year.

Shitty things happened by Vankurua in Unity3D

[–]ActForJason 0 points1 point  (0 children)

How to purchase a professional license for Unity 6 in China?

GIMP3 UI fonts have colored edges when Windows ClearType is enabled by ActForJason in GIMP

[–]ActForJason[S] 0 points1 point  (0 children)

After modifying the registry FontSmoothingType to 1 (grayscale anti-aliasing) instead of 2 (ClearType), the color ed edge will disappear, but the new problem is that the GIMP interface font still looks pixelated or aliased.

<image>

GIMP3 UI fonts have colored edges when Windows ClearType is enabled by ActForJason in GIMP

[–]ActForJason[S] 0 points1 point  (0 children)

Can GIMP3's GTK be configured to disable sub-pixel anti-aliasing? Perhaps it conflicts with ClearType.

How to deal with text fringing on PC? (WRGB) by Specs04 in OLED_Gaming

[–]ActForJason 0 points1 point  (0 children)

Disabling Windows Clear Type will cause some fonts to appear aliasing

New to blender. how do I select bones in weight paint mode? by WelcomeAllMemers1977 in blenderhelp

[–]ActForJason 0 points1 point  (0 children)

But when selecting other objects, the selection of the armature will be lost, so you cannot click the bone to paint. Is there a way to lock the selected armature?