atmuc

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 59 total)
  • Author
    Posts
  • in reply to: Obfuscator #13350
    atmuc
    Participant

    ….

    in reply to: Auto Numbering #13346
    atmuc
    Participant

    ID will be the depth level of the node from the start state. what I suggest is not meaningful for complex graphs. it is useful for sequential actions. you can assume there is a tutorial. the tutorial has 30 steps(states) and each state connects with a condition that requires a human input. ID will be a sequence number and will be added as a prefix. You can also assume that those IDs are item number in the requirements document. this is a nice to have feature. Don’t accept it as a mandatory feature.

    in reply to: Blackboard cannot recognize interfaces #13345
    atmuc
    Participant

    thanks. i will try it 🙂

    in reply to: Reference Lost On Play #13344
    atmuc
    Participant

    all are scene objects. none of them is a prefab.
    I use the latest asset store version. I use fsm as an asset not a bound version.

    in reply to: Auto Numbering #13311
    atmuc
    Participant

    I attached what I mean. For sequential actions, you can call it order number. I have 40 steps in an FSM. I set name for actions. I can add prefix “1-” “2-” manually. when I insert a state before 4th state I have to rename all followings state names.

    Attachments:
    You must be logged in to view attached files.
    in reply to: ConditionTask Methods #13302
    atmuc
    Participant

    Great! I am looking forward to getting the next update.

    in reply to: ConditionTask Methods #13288
    atmuc
    Participant

    for OnEnable, yes. will OnDisable execute before the first action of the next state? subscribe events will be at OnEnable and unsubscribe events will be at OnDisable.

    in reply to: ConditionTask Methods #13274
    atmuc
    Participant

    Hey,

    No, it is not what I want. currently; when I set transition condition to “check after state finished”, onenable on condition works immediately. I need a function that runs when the state finish and just before condition oncheck executes for the first time. I don’t want to subscribe to events early.

    I generally run my tasks in sequence and I set transition condition to “check after state finished”.

    in reply to: ConditionTask Methods #13256
    atmuc
    Participant

    onenable and ondisable can cause undesired behaviours. there should be a function that runs just before first checking the condition. and there should be an exit function that runs just after the success case. also, ondisable should call exit function if the condition is active. onenable and ondisable are related directly to the gameobject. you can activate gameobject before using condition. maybe you never use condition buy you can enable condition game object. similarly, you can disable game object lately or you can cache it. so there should be functions related condition.

    in reply to: Waiting Blackboard Variable #8665
    atmuc
    Participant

    i found my problem 🙂 i have an any state and it’s condition is always true. so it breaks my fsm.

    in reply to: Condition Question #8702
    atmuc
    Participant

    i will check it with bounded FSM. have you tried it with FSM as Asset?

    in reply to: Default Value as None #8693
    atmuc
    Participant

    is it the same for you?

    in reply to: Condition Question #8704
    atmuc
    Participant

    At OnEnable Method i cannot get Blackboard values. when i debug at OnEnable i can see there are variables at GlobalBlackboard. but result belove is null. it cannot evaluate $Global/MyReference at OnEnable.

    in reply to: Default Value as None #8694
    atmuc
    Participant

    when you set FSM as Asset it does not work for GameObject reference. when i set FSM as Bound it works fine. i think you rechecked it as Bound 🙂

    in reply to: Sending Event From MonoBehaviour #8677
    atmuc
    Participant

    it is great 🙂 i am always sure that there is an easy way to do in NC 🙂

Viewing 15 posts - 1 through 15 (of 59 total)