這個暑假,我開始接觸Unity這個開發遊戲的軟體,這是一個可以開發3D遊戲的環境,

有許多的應用( Steam、VR、AR、APP-android/ios)-http://unity3d.com/,還有好多在學的TT

本文主題在於Unity支援的MonoDevelop出現的問題:

 

因為我有點懶,所以引用一下官網上的相關提問:

 http://answers.unity3d.com/questions/537295/monodevelop-doest-open-correct-unity-docs-search-p.html

 


Monodevelop does't open correct Unity docs search page
Has the Unity docs URL changed?

Monodevelop now always takes me to a 404 Not Found page when I use the Ctrl-' keyboard shortcut to jump into the documentation. It didn't do this a week or so ago, perhaps it changed when I upgraded from Unity 4.2 to 4.2.1.

Monodevelop invokes this URL

http://unity3d.com/support/documentation/ScriptReference/30_search.html?q=Instantiate

but the docs are actually at

http://docs.unity3d.com/Documentation/ScriptReference/30_search.html?q=Instantiate


 

大致上是說想要在編輯器中使用( ctrl+'  )這個快速搜尋時,卻無法出現正確畫面。

 

文中有許多國外的強者解答~

但是小弟有點資質駑鈍,然後英文又沒這麼好

只好自己靈機一動思考其他辦法 (說是其他辦法,其實網友也有說到...小弟無意冒犯)

我的辦法簡單說很簡單:

 

1.出現錯誤的網頁,是因為連結的網址出現錯誤  (請看網友的問題倒數四行)

 

2.修正錯誤的網址到正確的網址

 

3.運用Google擴充應用- Redirector (下載)

 

4.修正參數

Unity_MonoDevelopeError.PNG

Description: Unity Documentation (隨便填)
Example URL: http://unity3d.com/support/documentation/ScriptReference/30_search.html?q=Transform
Include pattern: http://unity3d.com/support/documentation/ScriptReference/30_search.html?q=*
Redirect to: http://docs.unity3d.com/Documentation/ScriptReference/30_search.html?q=$1
Pattern type: Wildcard

 

5.自動導正錯誤網址- Bingo~

 

這樣就完成搂~馬上測試看看有沒有成功


參考資料:

  1. 重灌達人。Redirector 網站網址自動轉換工具!強制電腦顯示桌面版網頁,不要再讓我看怪怪的版面!(https://briian.com/26386/redirector.html)
  2. Redirector for Chrome。(http://bendavis78.github.io/chrome-extension-redirector/)
  3. Unity(http://answers.unity3d.com/questions/537295/monodevelop-doest-open-correct-unity-docs-search-p.html)
arrow
arrow
    全站熱搜

    Neil 發表在 痞客邦 留言(0) 人氣()