I checked using the free trial version of Hot Reload and was able to reproduce the issue with an old version of Hot Reload.
When using the latest version of Logic Toolkit 1.8.0 and Hot Reload 1.13.0, the warning message still appears, but the product can be used without any problems.
Search found 108 matches
- 2025/04/01 07:44
- Forum: Question / Discussion
- Topic: Tried to use the Trial version but failed to even create a node
- Replies: 11
- Views: 166
- 2025/03/30 03:08
- Forum: Question / Discussion
- Topic: LogicBehaviourから同一シーン内の他のLogicBehaviourのBlackboard変数をアクセスする方法について
- Replies: 3
- Views: 48
Re: LogicBehaviourから同一シーン内の他のLogicBehaviourのBlackboard変数をアクセスする方法について
また、外部変数アクセスで表示されるTargetフィールドはLogic Asset経由も想定したフィールドですので、シーン内のLogic Behavior同士であればそのままにしておいてください。
- 2025/03/30 03:03
- Forum: Question / Discussion
- Topic: LogicBehaviourから同一シーン内の他のLogicBehaviourのBlackboard変数をアクセスする方法について
- Replies: 3
- Views: 48
Re: LogicBehaviourから同一シーン内の他のLogicBehaviourのBlackboard変数をアクセスする方法について
はい可能です。
同一シーン内にすでにあるグラフオブジェクト同士であれば、ノード作成メニューで「Variable External」と検索していただくと変数にアクセスできます。
同一シーン内にすでにあるグラフオブジェクト同士であれば、ノード作成メニューで「Variable External」と検索していただくと変数にアクセスできます。
- 2025/03/29 11:36
- Forum: Question / Discussion
- Topic: Tried to use the Trial version but failed to even create a node
- Replies: 11
- Views: 166
Re: Tried to use the Trial version but failed to even create a node
Thank you for the editor log.
There are no other errors, so it's possible that the loading is in an infinite loop.
As expected, it will take time to address the root cause, so please try it with a new project for now.
Thank you for your cooperation in investigating this issue.
There are no other errors, so it's possible that the loading is in an infinite loop.
As expected, it will take time to address the root cause, so please try it with a new project for now.
Thank you for your cooperation in investigating this issue.
- 2025/03/29 10:57
- Forum: Question / Discussion
- Topic: Tried to use the Trial version but failed to even create a node
- Replies: 11
- Views: 166
Re: Tried to use the Trial version but failed to even create a node
Also, if you have had Unity open since the first time you tried it, try restarting it.
- 2025/03/29 10:46
- Forum: Question / Discussion
- Topic: Tried to use the Trial version but failed to even create a node
- Replies: 11
- Views: 166
Re: Tried to use the Trial version but failed to even create a node
In the image above, there are 48 warnings and 50 errors.
If the 48 are those pairs, the problematic member will be excluded and you should be able to proceed normally from "Loading...".
Of the remaining two, one is the initial post, but is the other an unrelated error?
If the 48 are those pairs, the problematic member will be excluded and you should be able to proceed normally from "Loading...".
Of the remaining two, one is the initial post, but is the other an unrelated error?
- 2025/03/29 09:59
- Forum: Question / Discussion
- Topic: Tried to use the Trial version but failed to even create a node
- Replies: 11
- Views: 166
Re: Tried to use the Trial version but failed to even create a node
Thank you for your additional report. However, I tried the hotfix you sent and the warning message did say it's caused by methods included in HotReload's assembly. I don't have HotReload, so I can't find out what the cause is by looking at the method names in question. Please let me know if you noti...
- 2025/03/29 03:54
- Forum: Question / Discussion
- Topic: Tried to use the Trial version but failed to even create a node
- Replies: 11
- Views: 166
Re: Tried to use the Trial version but failed to even create a node
I noticed that there is a Hot Reload window in the reenactment video.
I don't have that so I don't know if it's related to this issue, but if such an asset performs a special reload, it may not work properly.
Please note that we cannot respond to issues caused by the mechanisms of other assets.
I don't have that so I don't know if it's related to this issue, but if such an asset performs a special reload, it may not work properly.
Please note that we cannot respond to issues caused by the mechanisms of other assets.
- 2025/03/29 03:14
- Forum: Question / Discussion
- Topic: Tried to use the Trial version but failed to even create a node
- Replies: 11
- Views: 166
Re: Tried to use the Trial version but failed to even create a node
We have prepared a temporary package that will exclude members that cause exceptions. Exceptions and warning messages will still be output to the log with this package, but we believe that this will resolve issues such as node creation. Please download it from the link below and re-import it. LogicT...
- 2025/03/28 23:21
- Forum: Question / Discussion
- Topic: Tried to use the Trial version but failed to even create a node
- Replies: 11
- Views: 166
Re: Tried to use the Trial version but failed to even create a node
Hello, Thank you for reporting the issue. I tried to reproduce the issue, but was unable to do so. The steps taken to verify the issue are as follows: Create a Universal 3D project with Unity6000.0.43f1 Import LogicToolkit_Trial_1.7.2.unitypackage Create a Logic Behavior object in SampleScene Open t...