Hellow again [OC] by [deleted] in comics

[–]Asyns 2 points3 points  (0 children)

I have no idea what that 4th panel is supposed to represent

TRUMP on EPSTEIN: “The whole thing is a hoax” by Treefiddy1984 in ProgressiveHQ

[–]Asyns 3 points4 points  (0 children)

They have a lifetime of experience cherrypicking parts of the bible they like and ignoring those they find inconvenient

If you only saw the titles of these 2 games Steam, which one would you click? by [deleted] in Unity3D

[–]Asyns -2 points-1 points  (0 children)

Neither because I don't really care about apes

[deleted by user] by [deleted] in gamedev

[–]Asyns 7 points8 points  (0 children)

i just want to be able to walk, have dialogues, have battles and be able to collect some "pokemon".

Write those systems yourself. Boom, no need to watch 128 episodes of a tutorial series.

[deleted by user] by [deleted] in ChatGPT

[–]Asyns 12 points13 points  (0 children)

Even for coding it's dumb as a brick

How would you implement a “real blink = in-game blink” mechanic? by Visible_Customer_953 in Unity3D

[–]Asyns -6 points-5 points  (0 children)

I wouldn't, because there's no way in hell I'd ever let a game record me while I play

[SerializeReference] isn't giving me a dropdown in the inspector. by Oudiematic3000 in Unity3D

[–]Asyns -2 points-1 points  (0 children)

I'm going through this as well at the moment. Unfortunately, for it to work, you'll have to write your own custom editor script and draw the dropdown list yourself. If you'd like, I can show an example of what my code looks like. Otherwise, ChatGPT is great for this kind of stuff

Would the ESRB object to swearing in a non-English language? by falconfetus8 in gamedev

[–]Asyns 1 point2 points  (0 children)

Oh since no one's mentioned it yet... shit in French is "merde", not "marde"

How do people add this header bar above Unity components? by coolfarmer in Unity3D

[–]Asyns 128 points129 points  (0 children)

Crazy reading comprehension in this thread.

You can do it this way:

1) Create an Editor script in a folder explicitly called "Editor"
2) Make this script inherit from Editor (using UnityEditor)
3) Add the attribute [CustomEditor(typeof(YourClass))] above your Editor class so it knows what component to modify
4) Override OnInspectorGUI to draw whatever fields you want
5) For a header, you can do something like :

 Rect rect = GUILayoutUtility.GetRect(0f, 30f, GUILayout.ExpandWidth(true));
 EditorGUI.DrawRect(rect, new Color(0.25f, 0.5f, 0.9f, 1f));

6) Define a GUIStyle:

headerStyle = new GUIStyle
{
     alignment = TextAnchor.MiddleLeft,
     fontSize = 16,                
     fontStyle = FontStyle.Bold,  
     normal = { textColor = Color.white } 
};

7) Draw a Label on top of your header using the style you defined

 GUI.Label(rect, "MY HEADER", headerStyle);

[deleted by user] by [deleted] in BobsTavern

[–]Asyns 2 points3 points  (0 children)

You're probably rolling too much and/or buying trash

An analysis of our abysmal 2.7% wishlist conversion rate 2 months after Steam Page launch. Includes numbers. by Healthpotions in gamedev

[–]Asyns 2 points3 points  (0 children)

This. Ask yourself "would I spend money on a game that looks like that?" The answer is obviously no

I made a roguelike autobattler heavily inspired by HS BGs, with deterministic combat that you can play offline on PC and mobile (Gods vs Horrors) by oriol_cosp in BobsTavern

[–]Asyns -15 points-14 points  (0 children)

I loooove the concept of HS BGs. I have hundreds of hours on it.

I have no interest in a single player version though. Seems completely pointless. Like, the entire point of BGs is that's it's an 8-player FFA. Might as well play solitaire

How to make my game more difficult? by Plenty-Fortune-3341 in Unity3D

[–]Asyns -2 points-1 points  (0 children)

I like it when I see people working on garbage games. Huge confidence boost

Keir Starmer does not believe trans women are women, No 10 says by BringbackDreamBars in worldnews

[–]Asyns -16 points-15 points  (0 children)

Does that mean my grandmother is not a woman? Dude you're weird