PlayCanvas Editor Plus

Plugin for Playcanvas Editor to add extra useful functions, like coloured model previews, more powerful entity search and others.

PlayCanvas Editor Plus क्या है?

PlayCanvas Editor Plus WhyDoIDoIt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plugin for Playcanvas Editor to add extra useful functions, like coloured model previews, more powerful entity search and others."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PlayCanvas Editor Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A set of extensions for the PlayCanvas editor.  Implemented as a Google Chrome extension.

* Decimate models right in the asset window
* Clean up your materials so only 1 copy of each material remains with models updated
* Downsize textures with a high quality resample.
* Copy and Paste components and scripts between entities
* Copy and Paste between projects (experimental)
* Colour model view in the assets panel and preview window (no more grey shadows!)
* See whole of asset name in the asset panel
* Bake together meshes to reduce draw calls and improve performance
* Quickly select the Root node and collapse others
* Quickly select the parent of an entity
* Powerful search with RegEx, supports component names, entity names etc and returns all matches (unlike the normal hierarchy search)
* Drop to root - enables items being dropped from the asset panel to be located at the position of the selected entity but then parented to the root - stops accidental creation of complicated deep structures when designing scenes
* Snap to grid - snaps one or more entities that are already in the scene to the current grid interval - normal snapping in PlayCanvas does not round the existing position, but only move
 items it by grid increments.
* Snap Rotation - snaps the Y rotation of one or more entities to a 90 degree increment. Useful for laying out levels.                    

एक्सटेंशन की मूल जानकारी

नाम PlayCanvas Editor Plus PlayCanvas Editor Plus
ID ebedfcjmndjbaboecddbbjjjoleddfap
आधिकारिक URL https://chromewebstore.google.com/detail/playcanvas-editor-plus/ebedfcjmndjbaboecddbbjjjoleddfap
विवरण Plugin for Playcanvas Editor to add extra useful functions, like coloured model previews, more powerful entity search and others.
फ़ाइल का आकार 329 KB
स्थापना संख्या 792
वर्तमान संस्करण 1.5.4
अंतिम अपडेट 2021-10-02
प्रकाशन तिथि 2017-10-01
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर WhyDoIDoIt
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/miketalbot
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlayCanvas Editor Plus",
    "description": "Plugin for Playcanvas Editor to add extra useful functions, like coloured model previews, more powerful entity search and others.",
    "version": "1.5.4",
    "browser_action": {
        "default_title": "PlayCanvas"
    },
    "author": "Mike Talbot (whydoidoit)",
    "background": {
        "scripts": []
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/playcanvas.com\/editor\/*"
            ],
            "js": [
                "main.fn.build.js",
                "playcanvas.js"
            ],
            "run_at": "document_end"
        }
    ]
}