- 수정됨
Misaki I just saw it!
Here is my update of original translation:
BTW, I added these page to my new TODO list:
Misaki I just saw it!
Here is my update of original translation:
BTW, I added these page to my new TODO list:
wiige Awesome! Ut appears that you have reviewed the translation as a whole page. As always we appreciate your attentive work!
I have updated the Chinese spine-godot documentation:
https://zh.esotericsoftware.com/spine-godot
Thank you for further translating the other pages as well! As soon as you post the translated files, I will reflect on them.
(100%) spine-runtimes
(15%) spine-flutter Runtime Documentation
###################################
spine-runtimes contains several failed demo links which I cannot access directly. so they are marked with (链接已失效) which means (failed hyper links). Please remove them if you feel it's an inappropriate move.
wiige Thank you for updating! After reviewing it again, it appears that my update failed in the first place. I have replaced it with the translation you provided!: https://zh.esotericsoftware.com/spine-godot
Regarding the Spine Runtimes page, thank you for pointing out the broken links! I will remove those links after checking with the team. It may take some time until the Chinese page is ready but I will let you know it is done.
Updated the Spine Runtime page!: https://zh.esotericsoftware.com/spine-runtimes
@wiige FYI: We have added some documentation sections to the spine-unity page. The diff can be found here: https://diffy.org/diff/9d0aed8d7191b
It's about two topics:
1) Changing AnimationState or Game State in Callbacks
https://esotericsoftware.com/spine-unity#Processing-AnimationState-Events
2) FAQ entry on common outline and Standard Render Pipeline shader problems when using URP.
https://esotericsoftware.com/spine-unity#Visual
Harald GOT! Let me finish spine-flutter doc first please, it's about 95% now, almost done~
(100%) spine-flutter Runtime Documentation is done:
(100%) spine-unity Runtime Documentation, update:
and some bugs found in Spine Runtimes List and then be fixed:
I am working on spine-phaser Runtime Documentation now.
wiige Thank you for translating as always! I have added the Chinese version of the spine-flutter documentation and updated the Spine Runtimes page:
https://zh.esotericsoftware.com/spine-flutter
https://zh.esotericsoftware.com/spine-runtimes
I have not updated the documentation for spine-unity as it would be done by Harald later.
By the way, do you want to unify the translation of "Runtime" from "运行库" to "运行时"? If so, I will search and replace where the word remains. (I'm not sure of the difference, though.)
Misaki Thanks for your rapid response!
the translation of term "Runtime" ,I prefer the "运行时" rather than "运行库" for two reasons:
@wiige Thanks very much for the translation update! I've updated the spine-unity documentation page accordingly:
https://zh.esotericsoftware.com/spine-unity
@wiige FYI: We have updated the spine-unity documentation page once more. Changes are:
RenderCombinedMesh
component, including references from other sections.The diff can be found here:
https://diffy.org/diff/734e803ab93bd
Misaki Pages are decent and clean now! It cured my obsessive-compulsive disorder, thank you misaki
Harald Done!
I saw a youtube video was inserted to provide overview of the example scenes, shall we replace it with bilibili video(or some other video from none-network block video streaming site) for mandarin chinese user ?
@wiige Thanks very much as always for all your work! The documentation page has been updated:
https://zh.esotericsoftware.com/spine-unity
wiige I saw a youtube video was inserted to provide overview of the example scenes, shall we replace it with bilibili video(or some other video from none-network block video streaming site) for mandarin chinese user ?
Oh, yes, please, that would be great!
Harald OK, Let's do a quick update:
I replace youtube link with this, but I am not sure if it's a proper code for embed iframe video player:
<iframe width="560" height="315" src="https://player.bilibili.com/player.html?aid=733379562&bvid=BV1BD4y1Y7By&cid=913927393&page=1&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="100%" height="500"></iframe>!!
Here is how I forge the code:
I requested the video from https://www.bilibili.com/video/BV1DV4y1A7uf/, its bvid
is BV1DV4y1A7uf
.
Next, requested bilibili API for cid
: https://api.bilibili.com/x/player/pagelist?bvid=BV1DV4y1A7uf, it response:
{
"code": 0,
"message": "0",
"ttl": 1,
"data": [
{
"cid": 913960313,
"page": 1,
"from": "vupload",
"part": "[spine-unity] 通过示例场景开始使用spine-unity运行时",
......
}
]
}
so I get cid = 913960313
Then request https://api.bilibili.com/x/web-interface/view?cid=913960313&bvid=BV1DV4y1A7uf with cid=913960313
and bvid=BV1DV4y1A7uf
, got response with aid
:
{
"code": 0,
"message": "0",
"ttl": 1,
"data": {
"bvid": "BV1DV4y1A7uf",
"aid": 860908820,
"videos": 1,
"tid": 209,
"tname": "职业职场",
......
"need_jump_bv": false,
"disable_show_up_info": false
}
}
it said aid=860908820
In the end, put those 3 IDs together: https://player.bilibili.com/player.html?aid=733379562&bvid=BV1BD4y1Y7By&cid=913927393
, and got the iframe video play code
Hope my wild way work.
PS: this post mentioned the mobile bilibili player is more clean than www version, just replace player.bilibili.com/player.html
to www.bilibili.com/blackboard/html5mobileplayer.html
.
@wiige Thanks very much for your update and the detailed description!
Thanks for the hint. We've just updated the documentation page and also replaced the player embeds with the mobile bilibili player version.